Programming Languages
PHP
Subjective
Nov 23, 2012
Differentiate procedure oriented and object oriented languages?
Detailed Explanation
In general, there is much difference between procedure oriented and object oriented languages
- It is very difficult to use design patterns such as singleton pattern, MVC etc in procedure oriented language whereas in object oriented programming language it is very easy to develop design patterns.
- In OOP languages the code can be reused using polymorphism and inheritance but it is not possible in procedure oriented language.
- A new developer feels procedure oriented is easy but understanding whole software is complex when compared to object oriented model.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts