Answer Posted / jyoti lohani
the parent class behaviour & properties are define in child
class that's call inheritance. if child class inherit more
then one parent class that call multiple inheritance.
EX: class X
{
/* ---*/
}
class y
{
/*----*/
}
class z:x,y
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the fundamental idea of oop?
What is abstraction and encapsulation?
What is inheritance write a program to show use of inheritance?
What are constructors in oop?
What is multilevel inheritance explain with example?
What is polymorphism in oops with example?
why reinterpret cast is considered dangerous?
How do you achieve polymorphism?
Where is pseudocode used?
Whats oop mean?
How do you explain polymorphism?
What is difference between pop and oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
write knight tour problem which is present in datastructure
Why multiple inheritance is not allowed?