Answer Posted / manish chakravarti
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use polymorphism?
What is encapsulation in simple terms?
Why do while loop is used?
what is graphics
What is encapsulation in oops?
What is the highest level of cohesion?
What is the purpose of enum?
Get me a number puzzle game-program
Why is there no multiple inheritance?
What is abstraction encapsulation?
Is oop better than procedural?
What language is oop?
What is class and example?
What is polymorphism oop?
Why is destructor used?