isnt an object oriented program slower than a procedural program
843798Nov 13 2001 — edited Nov 13 2001I wonder if the hiding of all private variables inside a class and allowing other classes access to those attributes via public methods,does'nt hamper the speed of exec of the prog due to the extra method calls.
So will I be right in saying "If u want your prog to be fast you should not use OOP