<div class='quotetop'>QUOTE(Reup @ Aug 22 2006, 09:09 AM) [snapback]250143[/snapback]</div>
Quote:
It might only prove you're OO skills are not very high :|
I can write an OO program that is slow. Just instatiate a zillion objects; fill the heap with crap and voila. Slomo. Doesn't prove a thing.
[/b]
|
The same way you could fill the heap with arrays (especially multidimensional, new programmers admire those) without using objects, that is not the point.
Saying that oop makes it slower means that the same "function/idea" programmed with objects would run slower than without.