What is Object Orientation programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is Object Orientation programming?

5th Jun 2018, 11:16 PM
Mohammad Shaan
Mohammad Shaan - avatar
7 Answers
+ 2
thank you so much for this sir david
9th Jun 2018, 3:42 AM
Mohammad Shaan
Mohammad Shaan - avatar
+ 1
Object Oriented Programming is a way you can program in which you create classes, aka objects. In each object, data can be stored, and methods can be created to access and manipulate said data. OOP is quite and extensive programming paradigm, so I can't completely answer this question. Each if these courses contain lessons pertaining to OOP, so id recommend going there. Hope I helped.
5th Jun 2018, 11:26 PM
Knight Foster Steele
Knight Foster Steele - avatar
+ 1
thank you for the answer this sufficient for me.
5th Jun 2018, 11:28 PM
Mohammad Shaan
Mohammad Shaan - avatar
+ 1
Mohammad Shaan Of course! No problem. Good luck if you continue in OOP. It's complicated, and can be quite confusing, but in the end can be one of the most beneficial coding paradigms to learn!
5th Jun 2018, 11:30 PM
Knight Foster Steele
Knight Foster Steele - avatar
+ 1
okay
5th Jun 2018, 11:31 PM
Mohammad Shaan
Mohammad Shaan - avatar
+ 1
Object oriented programming aims to implement real world entities like inheritance, hiding, polymorphism etc in programming. The main aim of OOP is to bind together the data and the functions that operates on them so that no other part of code can access this data except that function. http://www.drdobbs.com/object-oriented-programming-in-c/184402190 https://www.eventhelix.com/RealtimeMantra/basics/object_oriented_programming_in_c.htm#.W7qrL3tKjIU
7th Oct 2018, 12:30 PM
deepak sharma
deepak sharma - avatar