Difference between overloading and overriding in c++
Answers
Answered by
0
You are putting in place an overloading when you change the original types for the arguments in the signature of a method.
You are putting in place an overriding when you change the original definition of a method.
You are putting in place an overriding when you change the original definition of a method.
Attachments:
Similar questions