Does c++ support multilevel and multiple inheritance?
Answer Posted / raman sharma
yes c++ support multilevel and multiple inheritance
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is difference between inheritance and polymorphism?
What type of loop is a for loop?
Why multiple inheritance is not possible?
Why is there no multiple inheritance?
What is abstraction example?
How do you achieve polymorphism?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
write a program that takes input in digits and display the result in words from 1 to 1000
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why do we use class in oops?
What are properties in oop?
Why is destructor used?
What is the renewal class?
Is oop better than procedural?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?