Results 1 to 8 of 8

Thread: kinds of programming...

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    kinds of programming...

    i know there is object oriented programming but i heared about event oriented programming..how is this? lol

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: kinds of programming...

    Originally posted by PT Exorcist
    event oriented programming
    VB is an event oriented programming language.

    You can find out more about it by doing a search.

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    hmm im reading several pages...anyone can point me to a programming language not oriented to objects? i know vb.net is full oo and vb6 half but can someone point 1 who is 0% oo?

  4. #4
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    QBasic, GWBasic, COBOL (from what I know), PICK.

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Event-oriented implies objects, because you have objects triggering events which are handled by another "object" which may, however, be a simple function call (as in the Win32 API).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  6. #6
    PowerPoster zyvxn's Avatar
    Join Date
    Oct 2002
    Posts
    5
    can someone point 1 who is 0% oo?
    Most languages can be manipulated to be object oriented. A language like C is procedural and does not require that you do OOP. In that regard, C can be used to create no OOP programs (0%). Other languages could be used this way as well.

    .NET languages, however, cannot because everything within them is based on objects.

  7. #7
    Junior Member Jethro's Avatar
    Join Date
    Oct 2002
    Location
    To the left of normality
    Posts
    31
    Originally posted by axion_sa
    QBasic, GWBasic, COBOL (from what I know), PICK .

    Dude!!!!!!!!!!!!!!!!!! Excellent, try telling these guys about post relational database models Have you tried universe, imo the best implementation of a post relational model yet ...
    See no sig

  8. #8
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    Those multi-values take a bit to get used to after relational databases. Haven't tried Universe yet

Posting Permissions

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



Click Here to Expand Forum to Full Width