different between overloading and overriding

Answer Posted / rakurakesh

Method overloading
done in same
class but method overridng done in
diff. Class here inheritance occure.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what does the function toupper() do?

818


write a program to rearrange the array such way that all even elements should come first and next come odd

2011


Add Two Numbers Without Using the Addition Operator

546


What is pointers in c?

882


What are the similarities between c and c++?

791


What is function what are the types of function?

734


Is r written in c?

890


What does a function declared as pascal do differently?

795


Explain what is the stack?

831


Write programs for String Reversal & Palindrome check

782


Implement bit Array in C.

869


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'); }

919


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

960


Lists the benefits of c programming language?

806


How can I pad a string to a known length?

781