|
-
Oct 29th, 2002, 07:32 AM
#1
Thread Starter
yay gay
kinds of programming...
i know there is object oriented programming but i heared about event oriented programming..how is this? lol
-
Oct 29th, 2002, 07:43 AM
#2
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.
-
Oct 29th, 2002, 08:10 AM
#3
Thread Starter
yay gay
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?
-
Oct 29th, 2002, 08:52 AM
#4
QBasic, GWBasic, COBOL (from what I know), PICK.
-
Oct 29th, 2002, 09:51 AM
#5
Monday Morning Lunatic
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
-
Oct 29th, 2002, 11:35 AM
#6
PowerPoster
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.
-
Oct 29th, 2002, 10:36 PM
#7
Junior Member
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 
-
Oct 30th, 2002, 01:41 AM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|