View Single Post
Old 22nd May 2004, 11:50     #23
king_dick
 
Quote:
Its all machine code in the end.

Could you tell from looking at machine code whether it was written OO or procedural? (be honest).
You dont have to, that's the point. Pretty much every language advance in the last 15 or so years has been in techniques to improve the writing of software, not in what happens to the code after it is compiled.
For all but the most detailed discussions of OO vs procedural programming, what happens to the code once it's written is irrelevant.
(Of course, this is all just my opinion, and I'm not a guru or anything. I would be interested to know why I'm wrong about this, if you think I am)
  Reply With Quote