POLYMORPHISM:-
• Polymorphism allows the same function to out differently in classes.
• Polymorphism is an another important OOP'S concept and has the ability to take more one form
• In programming point of view polymorphism is the technique that provides different job can be available from one function.
Eg. Operates overloading and
Function overloading
OPERATES OVERLOADING:-
• The process of making an operator's to exhibit different behaviour in different in different instance is known as operates overloading.
FUNCTION OVERLOADING:-
• Using a single function name to perform different type of task is known as function overloading.



Comments
Post a Comment