Answer Posted / jasbir singh
An abstract class is a class with at least one function
without definitions.
An Interface is a class which only contains function
declarations, all the functions are specifically and
separately defined later. And you can't create objects of
these classes.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Can we override main method?
• What are the desirable attributes for memory managment?
What are objects in oop?
Why do we use polymorphism?
Give two or more real cenario of virtual function and vertual object
What exactly is polymorphism?
What are the 3 principles of oop?
How to improve object oriented design skills?
Can we have inheritance without polymorphism?
What is the real life example of polymorphism?
What language is oop?
Why is abstraction used?
What is solid in oops?
Get me a number puzzle game-program
How Do you Code Composition and Aggregation in C++ ?