Kahless
Administrator
Guitar Star
Posts: 1,045
|
Post by Kahless on Nov 6, 2007 0:12:23 GMT -5
Anyone heard the latest debate in the programming world, about OOP and Procedural Programming?
Basicly its as follows; according to a study done 10 years or so ago OOP is better and more efficient then PP, after that schools and diffrent texts started focusing on OOP and pushing aside PP early on, however recently a study done at the University of Iowa(?) has said that there is no clear diffrence in productability, efficiency or speed. Any ideas on how this will affect programming, or if it will at all? Thoughts?
Might not have been Iowa, I need to look it up
|
|
|
Post by Reverse Blade on Nov 6, 2007 0:14:19 GMT -5
Never heard of Procedural Programming before =/ (looks Google)
|
|
Kahless
Administrator
Guitar Star
Posts: 1,045
|
Post by Kahless on Nov 6, 2007 0:20:23 GMT -5
Its mainly found in Java and similarly structured langueas as opposed to web languages, basicly its having all your methods in one or afew files(class in Java), as opposed to many many files with OOP but you have less methods in one file
|
|
ŖЌǾ
Full Member
Posts: 227
|
Post by ŖЌǾ on Nov 6, 2007 10:00:34 GMT -5
Nope, never But it sounds good!
|
|