Answer Posted / rekha
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 ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of void pointer?
praagnovation
Differentiate between ordinary variable and pointer in c.
What does %p mean?
What are lookup tables in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is a structure in c language. how to initialise a structure in c?
What is dynamic dispatch in c++?
Is it cc or c in a letter?
What is clrscr ()?
Difference between linking and loading?
Tell me can the size of an array be declared at runtime?
What is chain pointer in c?
What does typedef struct mean?