[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: My vision of a good visual tool/environment
Roman Suzi wrote:
> That is, if written with usual language, it will need many
> additional sentences... Usual OO languages won't allow such
> flexibility without defining special method in each object...
> and some global thing counting objects and tracking relations
> to their parents... brrrrr.
>
> As I said, C++ and Java OO-ness miss language support for
> containers completely: it is containers' problem to handle
> objects...
Well, to do it otherwise would defeat the purposes of OO as a tool for
creating modularity. If you want functional decomposition, then C would
be the language of choice!
--Brian