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 are objects in oop?
What does <> mean pseudocode?
What is the difference between static polymorphism and dynamic polymorphism?
What is abstraction example?
What is a class in oop?
What is meant by multiple inheritance?
What are the features of oop?
What is object in oops?
what are the different types of qualifier in java?
What is the advantage of oop over procedural language?
can inline function declare in private part of class?
What is the oops and benefits of oops programming?
How does polymorphism work?
Explain virtual inheritance?
Write a c++ program to display pass and fail for three student using static member function