|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
|
Non Procedural Language?
What's the difference between Procedural and Non Procedural Language?
|
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Procedural vs. Object Oriented is usually the two that are compared.
Procedural takes lines of code and executes them one after another without suddenly jumping around. Everything happens and everything is called in seqential order. There is only one linear direction it can go. With Object Oriented programming anything can happen at any given time. Some sort of action, such as the push of a button, executes code. That code is *only* executed when called by the action. This action can happen at any time.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|