RAJA interview question

what is OOPs in programming ?

Interview Answer

Anonymous

29 Mar 2026

OOPS (Object-Oriented Programming System) is a programming paradigm based on the concept of objects—which contain data and methods . It helps organize code in a modular, reusable, and scalable way.