You don't get it or your trolling since the whole point is that in C++
Builder you will be confronted with other people's complex c++ junk
like operator overloading just to name one.
In delphi it simply doesn't exist.
LESS IS MORE PRINCIPLE !
Well, I am working on some Delphi code which uses multiple inheritance,
overriding methods from ancestor objects, virtual methods, polymorphism
and probably everything apart from operator overloading. It is
sufficiently complex, despite being relatively small, that in some
instances I am finding it almost impossible to work out what code will
be called on a given event.
BTW, the last time I used Borland C++ builder the libraries were the
Delphi libraries with appropriate header files so you could use them
from C++. I doubt that this has changed and it is strong evidence that
you can do anything in Delphi that you can do in C++ Builder.
I've redirected followups to an appropriate group, since this is
completely OT here.