what is the difference b/w abstract and interface?
Answer Posted / n.suresh
Abstract can,t support multiple inheritence.
Interface can suppport the multiple inheritence.
Abstract have accesbulity modifiers.
Interface have no accesbulity modifiers.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is multilevel inheritance in oop?
Can main method override?
How to use CMutex, CSemaphore in VC++ MFC
What is difference between data abstraction and encapsulation?
Why do pointers exist?
What is destructor oops?
any one please tell me the purpose of operator overloading
What is encapsulation in oops?
What is class and object with example?
Is enum a class?
Can an interface inherit a class?
What does sksksk mean in text slang?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is polymorphism what are the different types of polymorphism?
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?