Answer Posted / sandhya.v
when a base class has to be changed with some minor or
major changes, it can be done through two methods . The
first method is using the keyword "new" and the second
method is by using "Override",The concept of using this is
called of olymorphism , The types are ad hoc polymorphism
and parametrized polymorphism..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Explain the concepts involved in Object Oriented programming.
What is encapsulation with real life example?
Why multiple inheritance is not allowed?
Why is destructor used?
What is advantage of inheritance?
What is overloading and its types?
How oops is better than procedural?
what is graphics
any one please tell me the purpose of operator overloading
What is coupling in oops?
Is enum a class?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why do we use encapsulation in oops?