Revature interview question

What is object oriented programming

Interview Answers

Anonymous

2 Nov 2017

OPP is a programming paradigm based on the concept of objects, which may contain data or attributes and code, in the form of procedures or methods.

1

Anonymous

2 Nov 2017

OOP is a programming based on the concept of "objects", which may contain data or attributes; and code,in the form of procedures or methods.