Answer Posted / mostafa zedan
Overriding - same method names with same arguments and same
return types associated in a class and its subclass.
Overloading - same method name with different arguments,
may or may not be same return type written in the same
class itself.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does no cap mean?
Which is not an object oriented programming language?
Why do we use polymorphism?
What is the benefit of oop?
What is the purpose of polymorphism?
What is new keyword in oops?
What is the difference between a constructor and a destructor?
why reinterpret cast is considered dangerous?
Can bst contain duplicates?
What does I oop mean?
State what is encapsulation and friend function?
What is the important feature of inheritance?
What are oops functions?
How to hide the base class functionality in Inheritance?
What is basic concept of oop?