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

What is c language & why it is used?

583


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

781


Write a program which returns the first non repetitive character in the string?

605


What is nested structure?

576


What is getch() function?

650






What is a global variable in c?

591


How are variables declared in c?

599


What are nested functions in c?

567


what are bit fields in c?

607


Differentiate between calloc and malloc.

761


How can I direct output to the printer?

814


What are the advantages of the functions?

607


Explain what is wrong with this program statement? Void = 10;

766


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1907


Create a simple code fragment that will swap the values of two variables num1 and num2.

814