i know there is object oriented programming but i heared about event oriented programming..how is this? lol
Printable View
i know there is object oriented programming but i heared about event oriented programming..how is this? lol
VB is an event oriented programming language.Quote:
Originally posted by PT Exorcist
event oriented programming
You can find out more about it by doing a search.
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?
QBasic, GWBasic, COBOL (from what I know), PICK.
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).
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.Quote:
can someone point 1 who is 0% oo?
.NET languages, however, cannot because everything within them is based on objects.
Quote:
Originally posted by axion_sa
QBasic, GWBasic, COBOL (from what I know), PICK .
Dude!!!!!!!!!!!!!!!!!! Excellent, try telling these guys about post relational database models:rolleyes: Have you tried universe, imo the best implementation of a post relational model yet ...
Those multi-values take a bit to get used to after relational databases. Haven't tried Universe yet :eek: