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 are the 3 principles of oop?
What is overriding in oop?
Can destructor be overloaded?
How Do you Code Composition and Aggregation in C++ ?
Are polymorphisms mutations?
How does polymorphism work?
What is an interface in oop?
Why do we use encapsulation in oops?
Get me an image implementation program.
What are the important components of cohesion?
Get me a number puzzle game-program
Whats is abstraction in oops?
Why do we use oops?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is static in oop?