View Single Post
  #3 (permalink)  
Old 18-02-05, 11:49 AM
cod3r's Avatar
cod3r cod3r is offline
New Member
 

Join Date: Dec 2004
Location: UK
Posts: 60
cod3r can find the seaside on a mapcod3r can find the seaside on a mapcod3r can find the seaside on a mapcod3r can find the seaside on a map
Quote:
Originally Posted by iani
Object oriented programming: do you find it reflects "natural thinking" or do you consider it to be artificial?
Iani, no computer programming technique I've seen so far comes close to "natural thinking". The former must be rigid at all times and the latter is totally abstract.

Object oriented is still imperative, which means one instruction follows another. The difference between OO and procedural is deep under the covers. It's explained well in Bertrand Meyer's "Object-Oriented Software Engineering", but without considerable experience you may find it hard going and/or simply will not understand it. I do not know of an easier way.


Quote:
Originally Posted by Conor
I am not an Object Orientated Bod, but I find it artifical and in some cases limiting.
How do you know it's "artificial" if you're not OO

Object oriented programming has a curve no doubt. In the beginning it will annoy you, because as it's imperative you will not be able to see its advantages. After a short while (1-2 yrs), well then you'll understand why OO is the way it is.


cod3r
__________________
not a new species of cod
Reply With Quote