What is the differances between a abstract calss and
interface
Answer Posted / maria alex
An abstract class holds both method prototpypes and method
definitions also...But it is not in the case of
interface..It can contain only protypes.. It should be
defined only where it is implemented...
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is multilevel inheritance in oop?
What is polymorphism and example?
Why do pointers exist?
What is the difference between a mixin and inheritance?
What is difference between data abstraction and encapsulation?
How to hide the base class functionality in Inheritance?
Can static class have constructor?
Why multiple inheritance is not allowed?
What does oop mean in snapchat?
How to call a non virtual function in the derived class by using base class pointer
What is abstract class in oop?
What is the example of polymorphism?
What is pointer in oop?
What is encapsulation oop?
What is class and object with example?