what is difference between overriding and overloading?



what is difference between overriding and overloading?..

Answer / 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

More C Interview Questions

How can you read a directory in a C program?

0 Answers  


what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


What is the general form of function in c?

0 Answers  


If I have a char * variable pointing to the name of a function ..

0 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,






What is c method?

0 Answers  


How can you return multiple values from a function?

0 Answers  


What is a macro?

0 Answers  


In which language linux is written?

0 Answers  


Explain what are run-time errors?

0 Answers  


Who developed c language and when?

0 Answers  


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


Categories