Lukasz Sokol schrieb:
The computer/OS/system has no clue of anything you may call 'an object'...
when compiled, it is just 'code'.
Right.
OOP is just a convenient abstraction, it's for people needed only :)
OOP is for designers, not for hackers ;-)
When some thread-safe code must never bring a program (automaton,
system...) into an inconsistent state, objects are fine to break down
the entire program into self-contained sub-systems. This allows to
dramatically reduce the degree of freedom of the entire ("flattened")
problem. Whatever can be done entirely inside an object, deserves no
further consideration of everything outside the object.
DoDi
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus