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 do nonglobal variables default to a) auto b) register c) static
What is the c++ programming language used for?
How can virtual functions in c++ be implemented?
What is a node class in c++?
Give 10 points of differences between C & C++.
How does c++ structure differ from c++ class?
What is difference between c++ 11 and c++ 14?
what is COPY CONSTRUCTOR and what is it used for?
Which is the best c++ compiler?
In a function declaration what does extern means?
If a function doesn’t return a value, how do you declare the function?
What do you understand by zombie objects in c++?
Why Pointers are not used in C++?
What is scope resolution operator in c++ with example?
What is while loops?