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
Can a new be used in place of old mallocq? If yes, why?
What is the full name of logo?
What is #include iomanip?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is meant by iomanip in c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is the use of volatile variable?
Explain what is class definition in c++ ?
describe private access specifiers?
Should I learn c or c++ first?
What is the arrow operator in c++?
What do c++ programmers do?
What is helper in c++?
How should runtime errors be handled in c++?
What does iomanip mean in c++?