Vectorsoft interview question

What is OOPS concept?

Interview Answer

Anonymous

20 June 2019

Object Oriented Programming is a programming concept that works on the principle that objects are the most important part of your program. It allows users create the objects that they want and then create methods to handle those objects. Manipulating these objects to get results is the goal of Object Oriented Programming.

1