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
'Papers > programming' 카테고리의 다른 글
class 상호참조 (0) | 2008.04.07 |
---|---|
ascii value (0) | 2008.04.06 |
_msize (0) | 2008.03.13 |
The usage of a static class function by an object (0) | 2008.03.12 |
[debug problem] memory allocation (0) | 2008.03.04 |