
24 Mar
2008
24 Mar
'08
4:12 a.m.
Barco You wrote:
I feel class template has already been like this way. How's necessary for smart object?
The main tools I am proposing are for safe and efficient usage of various flavors of runtime polymorphism and dynamic typing. Templates provide duck-typing and with Concepts they can do structural subtyping too, but only at compile-time.
Do you mean we should have a basic object like java's from which everything derives?
Not at all.