Papers/programming

polymorphism

tomato13 2008. 3. 16. 16:56

http://en.wikipedia.org/wiki/Polymorphism_in_object-oriented_programming

 

..............

In simple terms, polymorphism lets you treat derived class members just like their parent class' members.

..............

That is, there must be public methods with the same name and the same parameter sets in all the objects.

..............

sample code.txt
0.0MB