Saturday, August 8, 2009

polymorphism


Poalymorphism is one of the crucial features of oop.Its simply means one name,multiple forms we have already seen how the concept of polimorphism is implemented using the overloaded functions and operators.The overloaded functions and operators.The overloaded member functions are selected for invoking by matching arguments,both type and number.This function is known to the compile time and,therefor compiler is able to select the appropriate function for a paticular call at the compile time itself.This is called early binding or static linking.Also known as compile time polymorphysm,early bringing simply means tha an object is bound to its functions call at the compile time .

No comments:

Post a Comment