Choose The Statements Which Makes Interface Different From #418
Choose the statements which makes interface different from classes?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Interfaces Introduction - Quiz No.1.
Choose the statements which makes interface different from classes?
Unlike classes, interfaces consists of only declaration but not implementation
Interfaces cannot be used directly like classes to create new objects
Interfaces consists of declaration of methods, properties events and type definitions
All of the mentioned