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
Why is it important to memset a variable, immediately after allocating memory to it ?
Is javascript based on c?
What does typedef struct mean?
What is the use of header files?
What are the types of i/o functions?
Explain how do you list files in a directory?
What are the 5 elements of structure?
What is c programming structure?
Explain what are its uses in c programming?
How does sizeof know array size?
What header files do I need in order to define the standard library functions I use?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What do header files do?
to find the closest pair
Why main is not a keyword in c?