Question:
What are the different types of polymorphism?
November 11, 2005 03:47:17
#3
Bhupesh
Microsoft ExpertMember Since: November 2005 Total Comments: 1
RE:
What are the different types of polymorphism?
capreatki Wrote: two.. one is RUNTIME Polymorphism which includes virtual functions etc and another is COMPILE TIME Polymorphism which includes function overloading etc..
Can u give brief idea, how it is possible to implement compile time polymorphism(method overloading or operator overloading)... without creating object... How it is maintaining virtual tables....