Answer Posted / deepthi
Multilevel inheritance
| Is This Answer Correct ? | 19 Yes | 19 No |
Post New Answer View All Answers
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
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 three parts of a simple empty class?
What is abstraction in oops?
What is polymorphism used for?
What is stream in oop?
What is multilevel inheritance in oop?
What is the highest level of cohesion?
What is inheritance in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How do you define social class?
What is the difference between inheritance and polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is difference between abstraction and encapsulation?
Why is there no multiple inheritance?