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
Explain what is the difference between a string and an array?
What is modeling?
What should malloc(0) do?
How can I open files mentioned on the command line, and parse option flags?
Is calloc better than malloc?
What is the difference between %d and %i?
Why is c used in embedded systems?
What is 'bus error'?
What is difference between %d and %i in c?
What is meant by keywords in c?
What is the use of static variable in c?
Explain what’s a signal? Explain what do I use signals for?
Why c is called free form language?
What is string constants?
What are actual arguments?