Answer Posted / vani
base class(super class) is inherited by more than one sub
class(derrived class)is called hiererchical inheritance.
Ex: Base class->1.sub class 1
->2.sub class 2
->3.sub class 3
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Why we use classes in oop?
to find out the minimum of two integer number of two different classes using friend function
Can a varargs method be overloaded?
Explain virtual inheritance?
#include
What does it mean when someone says I oop?
Where is pseudocode used?
Prepare me a program for the animation of train
Can we override main method?
What is coupling in oop?
What is inheritance and how many types of inheritance?
What is the types of inheritance?
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?
Templates mean
What is pointer in oop?