Science, asked by SharveshV5864, 1 year ago

Difference between overloading and polymorphism

Answers

Answered by shilpisingh
3
Polymorphism is the process to define more than one body for functions/methods with same name. Overloading IS a type of polymorphism, where the signature part must be different. Overriding is another, that is used in case of inheritance where signature part is also same
Similar questions