Wipro Interview Question

What is oops concept ?

Interview Answer

Anonymous

Feb 17, 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.