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.

Options
- 3,4,5
- 1,2,3
- 2,3,4
- All are correct


CORRECT ANSWER : 3,4,5

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement