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
Can private class be inherited?
Why is oop better than procedural?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why interface is used?
What is the difference between abstraction and polymorphism?
what are the ways in which a constructors can be called?
Why is abstraction used?
What is and I oop mean?
What are properties in oop?
Can enum be null?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How do you use inheritance in unity?
What is the difference between inheritance and polymorphism?
What is for loop and its syntax?
why reinterpret cast is considered dangerous?