Question:
What are the different types of polymorphism?
July 07, 2005 07:34:54
#1
capreatki
Member Since: Visitor Total Comments: N/A
RE:
What are the different types of polymorphism?
two.. one is RUNTIME Polymorphism which includes virtual functions etc and another is COMPILE TIME Polymorphism which includes function overloading etc..