It is unclear to me why GetClass() and getClass() are not returning the same pointer.
To me this indicate that there is two 'duplicated' BaseClass while only one is needed.
The side effect is that you cannot make class comparison by using BaseClass pointer comparison.
Suggested labels:
It is unclear to me why GetClass() and getClass() are not returning the same pointer.
To me this indicate that there is two 'duplicated' BaseClass while only one is needed.
The side effect is that you cannot make class comparison by using BaseClass pointer comparison.
Suggested labels: