Answer Posted / priyanka agrawal
In overloading functions will have same name but different
parameters lists but in overridding functions must have
same name and same signature.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why is static class not inherited?
What is new keyword in oops?
What is difference between multiple inheritance and multilevel inheritance?
What is interface in oop?
What is property in oops?
What is protected in oop?
Why polymorphism is used in oops?
What does it mean when someone says I oop?
What is coupling in oops?
when to use 'mutable' keyword and when to use 'const cast' in c++
What are two types of polymorphism?
What is difference between abstraction and encapsulation?
What is an example of genetic polymorphism?
Why do we use inheritance?
Write a program to sort the number with different sorts in one program ??