+ 1
What is Object Orientation programming?
7 Answers
+ 2
thank you so much for this sir david
+ 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.
+ 1
thank you for the answer this sufficient for me.
+ 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!
+ 1
okay
+ 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