1.

Which of the following are correct? 1. An interface can be instantiated directly. 2. Interfaces can contain constructor. 3. Interfaces contain no implementation of methods. 4. Classes and structs can implement more than one interface. 5. An interface itself can inherit from multiple interfaces.

A. 3,4,5
B. 1,2,3
C. 2,3,4
D. All of the above
Answer» B. 1,2,3


Discussion

No Comment Found