What are the advantages of inheritance?
Answer Posted / maragatham
inheritance helps to avoid writing code again and again.
it helps us to reduce the size of the code
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between inheritance and polymorphism?
What is overloading in oops?
What is an advantage of polymorphism?
What is abstraction and encapsulation?
Why is destructor used?
What are the components of marker interface?
What is the main feature of oop?
Is this job good for future? can do this job post grduate student?
What are the types of abstraction?
What is oops with example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can a destructor be called directly?
What is polymorphism explain its types?
Why it is called runtime polymorphism?