Wipro interview question

What is oops concept ?

Interview Answer

Anonymous

17 Feb 2022

Oops stand for object oriented programming system which is a real world programming paradigm. In oops everything is depend on object and class. Oops have a some basic features like- abstraction, encapsulation, polymorphism and inheritance etc.