Difference between overloading and polymorphism
Answers
Answered by
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
Math,
8 months ago
Computer Science,
8 months ago
English,
8 months ago
Geography,
1 year ago
Geography,
1 year ago