What is called ' object oriented programming' ? Can i get it in short? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is called ' object oriented programming' ? Can i get it in short?

15th Dec 2017, 5:48 AM
abhijeet
abhijeet - avatar
2 Answers
+ 3
Object oriented programming, otherwise known as OOP, allows programmers to not only define the data type of a data structure but also the type of operations that can be applied to the data structure. In this way, the data structure becomes an object that includes both data and functions. In addition, programmers can create relationships between one object and another. For example, objects can inherit characteristics from other objects. Hope that answers your question! :-)
15th Dec 2017, 6:53 AM
Nicholas W
Nicholas W - avatar
+ 2
tysm bro
15th Dec 2017, 7:21 AM
abhijeet
abhijeet - avatar