C# basics - true false questions
- If a class is declared as abstract it is not possible to instantiate it - True
- If any method in a class is abstract, then that implies the class itself should be abstract - True
- Interface members are always public and cannot be declared as virtual or static - True
- Like COM interfaces C# interfaces also have to use GUIDs as identifiers - False
- Using the enum names in code makes code more readable - True
- Structures in C# are value types - True
- You can derive an interface from itself - False
No comments:
Post a Comment