Answer Posted / muniba
hirerical means that is a tree like
for e.g
class A
{
//some data and methods
};
class B:class A
{
//some data and methods
};
class C:class B
{
//some data and methods
};
and hirerical inheritance is that inheritance which is a
tree like
grandfather
^
|
father
^
|
son
;)
| Is This Answer Correct ? | 38 Yes | 83 No |
Post New Answer View All Answers
What are the 4 main oop principles?
write a C++ program for booking using constructor and destructor.
What is an advantage of polymorphism?
What is a function in oop?
What is coupling in oops?
How do you answer polymorphism?
what is different between oops and c++
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?
How to hide the base class functionality in Inheritance?
What is oops with example?
Write a c++ program to display pass and fail for three student using static member function
What is a superclass in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is the renewal class?