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 the difference between containment and delegation?
What is object oriented programming (oop)?
What is a list c++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Which bitwise operator is used to check whether a particular bit is on or off?
What is vector pair in c++?
What does new in c++ do?
Which c++ compiler is best?
How many namespaces are there in c++?
Which programming language is best?
What is c++ runtime?
Explain object slicing in c++?
Can we define a constructor as virtual in c++?
What is pointer -to-members in C++? Give their syntax?
What is an iterator class in c++?