what is multi level inheritance give n example ?
Answer Posted / rani
derivation of a sub class from base class and deriving a sub class from that sub class
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the 3 pillars of oop?
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?
What does it mean when someone says I oop?
What is a superclass in oop?
What is the significance of classes in oop?
What is encapsulation process?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why do we need oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the 5 oop principles?
What is polymorphism in oops with example?
How do you define a class in oop?
Can we create object of interface?
Can main method override?
What is the difference between static polymorphism and dynamic polymorphism?