

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about an interface in C#.NET? A class can implement multiple interfaces. Structures cannot inherit a class but can implement an interface. In C#.NET, : is used to signify that a class member implements a specific interface. An interface can implement multiple classes. The static attribute can be used with a method that implements an interface declaration. |
A. | 1, 2, 3 |
B. | 2, 4 |
C. | 3, 5 |
D. | None of the above. |
Answer» B. 2, 4 | |