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
What is encapsulation in oop?
Why is polymorphism important in oop?
What is polymorphism explain its types?
What is encapsulation c#?
What is the importance of oop?
What is the oops and benefits of oops programming?
What are the advantages of polymorphism?
Can we create object of interface?
What is oops and why we use oops?
Why do we need polymorphism in c#?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is stream in oop?
How Do you Code Composition and Aggregation in C++ ?
What is oops with example?
What is a function in oop?