Difference between Overloading and Overriding?
Answer Posted / natarajan
Overloading is compile time binding, where as overriding is
dynamic binding.
| Is This Answer Correct ? | 149 Yes | 40 No |
Post New Answer View All Answers
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Why is c++ still best?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is virtual base class?
Can you sort a set c++?
What are special characters c++?
Describe Trees using C++ with an example.
Do vectors start at 0 c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What do you mean by inheritance in c++? Explain its types.
Why is c++ awesome?
What are default parameters? How are they evaluated in c++ function?
What is auto used for in c++?
Explain stack unwinding.
What is the basic of c++?