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
FILE PROGRAMMING
Why can't I perform arithmetic on a void* pointer?
What is the difference between near, far and huge pointers?
Is this program statement valid? INT = 10.50;
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the difference between text files and binary files?
What is the use of bitwise operator?
What is a structural principle?
Is main is a keyword in c?
What is the difference between arrays and pointers?
How can a process change an environment variable in its caller?
What is the use of a semicolon (;) at the end of every program statement?
write a program to generate address labels using structures?
How can I recover the file name given an open stream or file descriptor?
Why c is procedure oriented?