Difference between Overloading and Overriding?

Answer Posted / abc

overload is workload
but override is not workload......

isn't it ??????

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write about the retrieval of n number of objects during the process of delete[]p?

567


What are arithmetic operators?

531


What is data types c++?

538


Can we inherit constructor in c++?

582


Explain Text Manipulation Routines?

640






Write a program which uses Command Line Arguments

627


How can you link a c program with a c function?

556


Can we use struct in c++?

587


Is string data type in c++?

579


What is doubly linked list in c++?

624


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

601


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

1938


Explain the static member function.

699


Explain the difference between new() and malloc() in c++?

620


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

1499