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 the difference between encapsulation and polymorphism?
Why is encapsulation used?
What are oops functions?
What is polymorphism oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the importance of oop?
What is inheritance in oop?
How to hide the base class functionality in Inheritance?
What is cohesion in oop?
Can you explain polymorphism?
Why do we use inheritance?
How long to learn object oriented programming?
What is destructor give example?
What is inheritance write a program to show use of inheritance?
What are the three main types of variables?