Computer Science, asked by Adityasangani7155, 1 year ago

Difference between overloading and overriding in c++

Answers

Answered by AmudhavelVchamp
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.

Attachments:
Similar questions