what is multi level inheritance give n example ?
Answer Posted / ashok kumar nayak
To creat a new class from a base class which is in terms of
derive from another base class is known as multilevel
inheritance.
| Is This Answer Correct ? | 36 Yes | 12 No |
Post New Answer View All Answers
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What do you mean by variable?
What is overloading in oop?
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 are the 4 pillars of oop?
What is difference between oop and pop?
What makes a language oop?
Why do pointers exist?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write knight tour problem which is present in datastructure
Can a destructor be called directly?
class type to basic type conversion
Which language is not a true object oriented programming language?
which feature are not hold visual basic of oop?
What is object in oop with example?