what is polymorphism In computer science???
Answers
Answered by
1
polymorphism in computer Science means providing one interface to other different outputs . where we can apply operation values to other entities.
poly means many & morphism means able to change or dream of change the form .
in programming languages like OOPS ,floats & integers can can into any form with effect , multiply , add , subtract.
poly means many & morphism means able to change or dream of change the form .
in programming languages like OOPS ,floats & integers can can into any form with effect , multiply , add , subtract.
Answered by
1
Hey !
Polymorphism is the ability for a message or data to be processed in more than one form. C++ implements polymorphism through virtual functions, overloaded functions and overloaded operators.
Polymorphism is the ability for a message or data to be processed in more than one form. C++ implements polymorphism through virtual functions, overloaded functions and overloaded operators.
Similar questions