+ 2
Advantage of OOP language?
5 Antworten
+ 5
1>best advantage is decrease the time of coding.
you have not to write 1000 of lines for simple programs.
2>Saves memory .
3>ability to reuse code.
and much more read from the following link:
http://www.pcmag.com/encyclopedia/term/48238/object-oriented-programming
+ 3
With OOP your code is more:
clean
understandable
maintenaible
clear
scalable
and if your project is big, is really a must
+ 3
for big programs - mantainability - capacity to mirror real world objects, what makes expressing many problems easier.
+ 3
OOP is based on the idea that objects are little machines passing messages to each other. So each object you make is actually a separate machine that has an interface with which it can communicate with other machines. Put the machines together in different combinations and you can do different jobs.
http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht81Ht/doc_kay_oop_en
0
Relates to the real world in terms of everyday objects, instead of using abstract concepts