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
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is runtime errors c++?
How does c++ structure differ from c++ class?
Why do we use vector in c++?
What are the different types of comments allowed in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is the full form of c++?
Define a nested class.
Explain the concept of copy constructor?
Will c++ be replaced?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is math h in c++?
State the difference between delete and delete[].
If there are two catch statements, one for base and one for derived, which should come first?
Do you know about C++ 11 standard?