Answer Posted / ashwini bhusari
the concept behind the inheritance is that we can create a
object of another class and getting all the characteristics
of the base class.the class who get characteristic is
called derived class because it is deriving from the base
class.the class from which class is derived is called base
class.so, we can create another class from the existing
one.this is the greatest advantage.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What do you mean by variable?
Why is polymorphism needed?
write a C++ program for booking using constructor and destructor.
What is abstraction in oop?
What is class encapsulation?
Can you inherit a private class?
What is destructor oops?
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
What is polymorphism programming?
What is inheritance and how many types of inheritance?
Why is abstraction needed?
What is polymorphism and types?
How to improve object oriented design skills?
What is the difference between procedural programming and oops?
What is polymorphism explain?