Explain concept of oops in programming language?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Explain concept of oops in programming language??

17th Jun 2019, 9:03 AM
Gaurav Rawat
Gaurav Rawat - avatar
3 Answers
+ 4
In programming language, "oops" most likely means that you made a mistake, possibly causing an error. OOP is object oriented programming. It is the idea of using "objects" to represent something with properties (think characteristics like size, color, etc.) and methods (think actions like move, print, etc.). These objects can then have instances of them created to represent a specific version of that object. Objects provide a way to reuse code in an organized way. Those are just the very basic ideas of object oriented programming, there are many other ideas such as inheritance, encapsulation, and polymorphism.
18th Jun 2019, 12:38 AM
JS Coder
+ 10
With oop we use classes and objects and we can reuse them!
17th Jun 2019, 9:20 AM
CodeFu
CodeFu - avatar
+ 5
Use python course in SoloLearn and select Object Oriented Programming. https://www.sololearn.com/learn/Python/2467/
17th Jun 2019, 9:58 AM
Lothar
Lothar - avatar