Does c++ support multilevel and multiple inheritance?
Answer Posted / devarathnam
Yes ,c++ supports multilevel and multiple inheritance
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
What is destructor in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why is oop useful?
Why do we use oops?
2. Give the different notations for the class.\
What does and I oop and sksksk mean?
Explain virtual inheritance?
Which type does string inherit from?
What is destructor oops?
What is abstract class in oops?
Can static class have constructor?
What is the use of oops?
What are the benefits of polymorphism?
What is the difference between inheritance and polymorphism?
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.