Select from following answers:- class
- struct
- interface

- inheritance
- All Above
'interface' is the C# type used to provide the specifications to its members instead of implementations. It contains the signatures of methods and properties without any implementations to them.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator