0

What is object oriented programming??

definition of OOPS

18th Mar 2018, 8:12 PM
Ahtesham Sanandwala
Ahtesham Sanandwala - avatar
2 Answers
+ 7
Object-oriented programming is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. To get more: https://en.m.wikipedia.org/wiki/Object-oriented_programming
18th Mar 2018, 8:15 PM
Baraa AB
Baraa AB - avatar