Advantage of OOP language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Advantage of OOP language?

14th May 2017, 3:06 PM
harshit singh
5 Answers
+ 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
14th May 2017, 3:17 PM
MR Programmer
MR Programmer - avatar
+ 3
With OOP your code is more: clean understandable maintenaible clear scalable and if your project is big, is really a must
14th May 2017, 3:16 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 3
for big programs - mantainability - capacity to mirror real world objects, what makes expressing many problems easier.
14th May 2017, 3:19 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 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
14th May 2017, 3:51 PM
Steven Schneider
Steven Schneider - avatar
0
Relates to the real world in terms of everyday objects, instead of using abstract concepts
14th May 2017, 3:43 PM
Kahn Eljord
Kahn Eljord - avatar