|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I kind of came across this term while studying something related to
dynamic_cast, can somebody shed some light on the same |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
parag a écrit :
> I kind of came across this term while studying something related to > dynamic_cast, > can somebody shed some light on the same Polymorphic means that manipulating a class A, you are in fact acting on a class B that derives from A. See FAQ: http://www.parashift.com/c++-faq-lit....html#faq-20.2 Michael |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Jan 16, 1:06 pm, parag <parag.p...@gmail.com> wrote:
> I kind of came across this term while studying something > related to dynamic_cast, can somebody shed some light on the > same Technically (and in association with dynamic_cast), a polymorphic class is one which has one or more virtual functions. -- James Kanze (GABI Software) email:james.kanze@gmail.com Conseils en informatique orientée objet/ Beratung in objektorientierter Datenverarbeitung 9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34 |
|
![]() |
| Outils de la discussion | |
|
|