What is the differances between a abstract calss and
interface
Answer Posted / rck
Abstract class is the class which may contain pure virtual
functions as well as normal functions where as interface
may only contain pure virtual functions.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is graphics
What is overloading in oop?
What does and I oop mean in text?
What is the real life example of polymorphism?
Can we override main method?
What is protected in oop?
What is polymorphism in oop example?
What is constructor overloading in oop?
What is encapsulation and abstraction? How are they implemented in C++?
Where You Can Use Interface in your Project
What are the advantages of polymorphism?
What is the difference between procedural programming and oops?
What polymorphism means?
What do you mean by abstraction?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).