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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board