Difference between Overloading and Overriding?
Answer Posted / swetcha
Overloading - Two functions having same name and return
type, but with different type and/or number of arguments.
Overriding - When a function of base class is re-defined in
the derived class.
| Is This Answer Correct ? | 850 Yes | 105 No |
Post New Answer View All Answers
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
How long will it take to learn programming?
How do you save a c++ program?
Why is c++ still used?
What is the benefit of learning c++?
How do you clear a set in c++?
Is it possible for a member function to use delete this?
Who discovered c++?
What are the various compound assignment operators in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is a hashmap c++?
Explain about Virtual Function in C++?
What is the best book for c++ beginners?
What do you mean by translation unit?
What is difference between rand () and srand ()?