Thread: Object orientated history

  1. #1
    Registered User rogster001's Avatar
    Join Date
    Aug 2006
    Location
    Liverpool UK
    Posts
    1,472

    Object orientated history

    i am starting now to see how many excellent new ways of doing things the Object orientated approach is giving me, i am going through old stuff and trying to rework it with the OO approach, i am just wondering how long this has been around for? i know about C++ as widely recognised OO language but when was the concept first experimented with? were there other languages that used it before then? was it just a conceptual leap that led to programs built in this way or was it that the concept had been widely discussed before but the technology did not allow for it to be used? I can imagine programmers in the past picturing a language that supported the OO features but that was not available at the time.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    You can find a quick rundown of OOP history here.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. circular doubly linked list help
    By gunnerz in forum C++ Programming
    Replies: 5
    Last Post: 04-28-2007, 08:38 PM
  2. object orientated program
    By wart101 in forum C++ Programming
    Replies: 9
    Last Post: 01-08-2006, 02:42 AM
  3. object orientated programme
    By wart101 in forum C++ Programming
    Replies: 2
    Last Post: 11-14-2005, 03:56 AM
  4. Question on l-values.
    By Hulag in forum C++ Programming
    Replies: 6
    Last Post: 10-13-2005, 04:33 PM
  5. A question about constructors...
    By Wolve in forum C++ Programming
    Replies: 9
    Last Post: 05-04-2005, 04:24 PM