OOP'S advantages of inheritance include:
Answer / karthiga
1)provide a conceptual framework
2)avoid rewriting code
3)facilitating class libraries
4)all of these
| Is This Answer Correct ? | 144 Yes | 19 No |
What is meant by multiple inheritance?
Can a destructor be called directly?
What do you mean by public, private, protected and friendly?
What is abstraction in oops?
why we call c++ is object oriented lanaguage
What is polymorphism used for?
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).
What is overriding vs overloading?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
What is overriding in oops?
What is this interview room ? Is it a class or an object.