Answer Posted / latha
abstract class contains the abstract methods. these methods
contain the only declaration but no definition.
interface is the class which extends the many interfaces.
and the class implements the many interfaces
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is multilevel inheritance in oop?
Are polymorphisms mutations?
What is an example of genetic polymorphism?
#include
Why oops is important?
Can enum be null?
What is methods in oop?
What is an advantage of polymorphism?
How Do you Code Composition and Aggregation in C++ ?
What is the point of oop?
Can we override main method?
What are constructors in oop?
What are oops methods?
What are the 4 main oop principles?
Why do we use polymorphism?