ASP NET Questions


Q.  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



 
 

    Discussion

Post your comment / Share knowledge