Difference between Overloading and Overriding?
Answer Posted / meenu kathuria
overloading: same name but different signatures in same class
overriding: same name and same signature defined in
different class.
| Is This Answer Correct ? | 103 Yes | 34 No |
Post New Answer View All Answers
What is a null object in c++?
what kind of projects are suitable for c and c++
How do you traverse a btree in backward in-order?
How the virtual functions maintain the call up?
What is encapsulation in c++ with example?
What is the use of seekg in c++?
What is a block in c++?
What is a node class in c++?
What is abstraction in c++?
What is basic if statement syntax?
What does extern mean in a function declaration in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
Give example of a pure virtual function in c++?
What is a local variable?
What does new do in c++?