what is difference between overriding and overloading?
Answer Posted / jothi16
overridding overloading
1.same function and same 1.same functin
argument diffrernt argument
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is size of union in c?
What does %d do in c?
What is the c value paradox and how is it explained?
What is the usage of the pointer in c?
What is sizeof int?
Tell us the use of fflush() function in c language?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What does c mean?
Why we use break in c?
What's a good way to check for "close enough" floating-point equality?
What is structure in c explain with example?
What is the size of enum in c?
write a program to concatenation the string using switch case?
Why main is not a keyword in c?
Can we access the array using a pointer in c language?