What is the differances between a abstract calss and
interface
Answer Posted / abhijit
Abstract base classes can have data members but not interfaces.
Abstract base classes have private access specifier by
default while that of interfaces is public
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to hide the base class functionality in Inheritance?
What is for loop and its syntax?
Can destructor be overloaded?
What are the advantages of polymorphism?
What is interface? When and where is it used?
Can enum be null?
how to get the oracle certification? send me the answer
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What does <> mean pseudocode?
What is overriding in oops?
What is the fundamental idea of oop?
What is polymorphism what are the different types of polymorphism?
What is class encapsulation?
What is class and object in oops?
What is encapsulation with real life example?