Krista Software interview question

What is Object-Oriented Programming (OOPs)?

Interview Answer

Anonymous

21 Feb 2025

Object-Oriented Programming (OOPs) is a programming paradigm that uses objects and classes to structure software. It is based on four main principles: Encapsulation, Inheritance, Polymorphism, and Abstraction. OOPs helps in writing reusable, scalable, and maintainable code.