Thread: C vrs OOP

  1. #46
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by simpleid View Post
    lol, rely on syntax, that would be every programming language in existence... even assembly. technically, in the most fundamental meaning of the term, even machine language probably could be said to have syntax.

    http://en.wikipedia.org/wiki/Syntax

    we do rely on syntax, but saying we rely too much on the syntax is like saying, "you worry too much about grammar."
    yea well you sort of have to in -any- context to communicate anything in understandable terms.
    Stop quibbling.

    And of course I have dealed with OOP and used most of those features. You don't expect everyone to fall in love with OOP once (s)he has used it, do you?

    An example: when you tell a C++ programmer that he must do something in C then he may be like "Oh my god what am I going to do now!?" - that's relying on a syntax (or a paradigm, as you say). Just an example - can be related to any programming language. BUT, a real programmer can program in any syntax/paradigm that (s)he is given, as long as it has no restrictions.

    And that has been the whole point - procedural and object-oriented are different, but neither of them is better. It's like which one is better - apple or pear?
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  2. #47
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    This thread is disturbing my sleep.

  3. #48
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Yeah, let's LOCK it.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  4. #49
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I had a horrible joke about child, fork, etc.

  5. #50
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    If I weren't a moderator, I'd ask if I could join you.

    As it is, I'm afraid I must terminate this.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OOP flu
    By Hussain Hani in forum General Discussions
    Replies: 15
    Last Post: 06-27-2009, 02:02 AM
  2. Should OOP be any new language priority??
    By Hussain Hani in forum General Discussions
    Replies: 80
    Last Post: 06-13-2009, 10:56 AM
  3. Data Mapping and Moving Relationships
    By Mario F. in forum Tech Board
    Replies: 7
    Last Post: 12-14-2006, 10:32 AM
  4. recommendation for a good OOP book
    By Mario F. in forum C++ Programming
    Replies: 2
    Last Post: 06-15-2006, 04:28 PM
  5. OOP Theory Question
    By Zeusbwr in forum C++ Programming
    Replies: 2
    Last Post: 10-30-2005, 08:37 AM