Difference between Overloading and Overriding?
Answer Posted / suresh
Overloading is compile time binding, where as overriding is
dynamic binding....
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Define a constructor?
What is c++ namespace?
When should you use global variables?
Is it possible to use a new for the reallocation of pointers ?
What is c++ used for in games?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What happens when you make call 'delete this;'?
Which is the best c++ software?
When should overload new operator on a global basis or a class basis?
What is a rooted hierarchy?
Can recursive program be written in C++?
What are the sizes and ranges of the basic c++ data types?
What is class in c++ with example?
Is c++ faster than c?
describe private access specifiers?