Vidyalelo
C# Programming · Q169

Classes and Objects in C Sharp

Programming · C# Programming · question 169

Q169

Choose the statements which makes interface different from classes?

A.
Unlike classes, interfaces consists of only declaration but not implementation
B.
Interfaces cannot be used directly like classes to create new objects
C.
Interfaces consists of declaration of methods, properties events and type definitions
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board