Answer Posted / pranita panchakshare
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.
i aggry with this answer
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How do you explain polymorphism?
What is static modifier?
What is the difference between procedural programming and oops?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are the advantages of polymorphism?
What is abstraction oop?
What is polymorphism what are the different types of polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
hi all..i want to know oops concepts clearly can any1 explain??
Can private class be inherited?
What is encapsulation with real life example?
why reinterpret cast is considered dangerous?
What are benefits of oop?
what is the sylabus for priliminaries?
Why multiple inheritance is not allowed?