Polymorphism
Page 1 of 1
Polymorphism
Polymorphism
See also: Polymorphism in object-oriented programming
Polymorphism enables one common interface for many implementations, and for objects to act differently under different circumstances.
C++ supports several kinds of static (compile-time) and dynamic (run-time) polymorphisms. Compile-time polymorphism does not allow for certain run-time decisions, while run-time polymorphism typically incurs a performance penalty.
car shipping rates
Disney free Games
meodingu- Member
- Number of posts : 307
Registration date : 2010-09-28
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum