+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: Object Oriented Programming by Example.

  1. #11
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: Object Oriented Programming by Example.

    Very detailed. Simply amazing work mate, it was worth the read! Can't wait for your next tutorial

    +rep
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Object Oriented Programming by Example.

    I might have some more after I finish reading Design Patterns.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #13
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: Object Oriented Programming by Example.

    Are you next tutorials going to be on Design Patterns?

  5. #14
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Object Oriented Programming by Example.

    Probably. I have to get over this bug and finish reading the book, first.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #15
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: Object Oriented Programming by Example.

    Oh, that's no good. Get well soon mate

  7. #16
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Object Oriented Programming by Example.

    I'm back at work today. That's a start.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #17
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Object Oriented Programming by Example.

    Procedural programming is easy to understand: you just follow a sequence of steps. OOP is trickier, because you have objects interacting instead of steps being followed. It's kind of like the difference between making ice cream and a refrigerator.

    To make ice cream, you mix the ingredients and put them in a container that's in ice. You add salt to the ice to force it to melt, and crank the ingredients. The melting ice freezes the ingredients. Mix, Add salt, crank. Simple.

    A refrigerator has a thermostat. When the temperature drops below a certain level, it emits one signal. When it goes above a certain level, it emits a different signal. A compressor monitors the signal. When it receives one, it start, when it receives another, it stops. A dial controls the temperatures on the thermostat. The compressor has additional sensors to indicate anti-freeze leaks and other failures. Unrelated systems handle making ice, dispensing ice, dispensing water, and crushing ice. If any of these systems fails, the refrigerator is "broken".
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #18
    foedan is offline Newbie
    Join Date
    Dec 2009
    Posts
    29
    Rep Power
    0

    Re: Object Oriented Programming by Example.

    Extremely interesting read, really gives you a sense of the enormity of data that needs to be stored even in "small" programs. Any chance of a followup perhaps describing how to mathematically balance different characters when creating a system like this, or even just more in depth on OOP in general?

    Good job

  10. #19
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Object Oriented Programming by Example.

    Now that I've had some vacation time and gotten my head pulled together, maybe. I'm working on learning LISP right now, though, so I'm more likely to do a few tutorials on that.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  11. #20
    Phoenixz is offline Programming Professional
    Join Date
    Dec 2008
    Posts
    256
    Blog Entries
    1
    Rep Power
    13

    Re: Object Oriented Programming by Example.

    I must say, you did an excellent tutorial, and I like how you make everything understandable, even to the less knowledgable programmers (I.E. me XD).

    Also, thankyou for teaching me to make ice-cream. :}

+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Object Oriented programming
    By eman ahmed in forum Java Help
    Replies: 10
    Last Post: 08-12-2010, 03:59 AM
  2. object oriented programming
    By farhanyun91 in forum Java Help
    Replies: 6
    Last Post: 08-11-2010, 09:28 AM
  3. object oriented programming
    By sayer in forum C and C++
    Replies: 14
    Last Post: 01-08-2010, 04:11 AM
  4. Why we use Object-Oriented Programming
    By ZekeDragon in forum General Programming
    Replies: 3
    Last Post: 11-23-2009, 02:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts