1 What is meant by Object Oriented Programming – OOP?
Object-oriented programming (OOP) is a computer programming technique that organizes software design around data, or objects, rather than functions and logic. An object can be defined as a data field that has some unique attributes and behavior.