What is oops concept ?
Sigiloso
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.