Answer Posted / k.senthil arasur sathyamangala
overloading:Two function have same name and same return type
but different type of arguments used.
overriding:Two function have same name and same arguments
used but that function defined in a base class redefined in
a derived class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is abstraction used?
Why do we need oop?
What causes polymorphism?
What is polymorphism in oop example?
Explain virtual inheritance?
explain sub-type and sub class? atleast u have differ it into 4 points?
What are classes oop?
What is polymorphism what is it for and how is it used?
How can you overcome the diamond problem in inheritance?
write knight tour problem which is present in datastructure
What is constructor in oop?
Can we have inheritance without polymorphism?
What is the purpose of polymorphism?
What is meant by oops concept?
Write a program to sort the number with different sorts in one program ??