English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

A simple answer in the difference between those two paradigms would be an analogy in looking at a tree and looking at the entire forest where that tree belongs.

In procedural oriented language a programmer is confronted with "how" something should work in terms of how should it be implemented from beginning to end, but object oriented focus on "what" are the roles that should be simulated and "what" relationships go between role players. How the role players are implemented is separate and smaller issues.

2006-09-23 21:00:51 · answer #1 · answered by Andy T 7 · 0 0

A procedural langauge starts at line 1, then moves to line 2 etc etc.

An object oriented language creates objects / Classes that have methods and properties that you use to get the job done.

Sometimes the line gets a little blurry.

2006-09-24 03:47:43 · answer #2 · answered by teef_au 6 · 0 0

fedest.com, questions and answers