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 object and example?
What is protected in oop?
write a program to find 2^n+1 ?
What is the real life example of polymorphism?
Can we override main method?
How many human genes are polymorphic?
Which language is pure oop?
How does polymorphism work?
Explain the advantages of inheritance.
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is oops?what is its use in software engineering?
What does and I oop mean?
What are the features of oop?
Whats oop mean?
Which language is not a true object oriented programming language?