What are the advantages of inheritance?
Answer Posted / raju
inheritence provides less code.and we can add the further enhancement of code with out modifying the parent class.and with this it provides code reusebulity.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the drawback of classical methods in oops?
Can bst contain duplicates?
What is object in oop?
Why is destructor used?
write a C++ program for booking using constructor and destructor.
What is persistence in oop?
How to call a non virtual function in the derived class by using base class pointer
What is polymorphism and why is it important?
What is use of overloading?
What language is oop?
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 does no cap mean?
What is the real life example of polymorphism?
What are oops functions?
What are oops methods?