Answer Posted / sathish
Inheritance : The Base Class information passed onto
derived class.
Single Inheritance : The Derived class having only one Base
class is called single Inheritance.
Multiple Inheritance : The Derived class having more than
one base class is called Multiple Inheritance.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation oop?
What are the types of abstraction?
Are polymorphisms mutations?
What is a class oop?
What are properties in oop?
What is abstraction oop?
What is destructor in oop?
What are the 5 oop principles?
What is polymorphism and types?
What is the difference between procedural programming and oops?
How is class defined?
Can a destructor be called directly?
Write a c++ program to display pass and fail for three student using static member function
What are the components of marker interface?
Why is static class not inherited?