Hexaware Technologies interview question

What are oops concepts ?

Interview Answer

Anonymous

28 July 2021

OOPs stands for Object-oriented programming. OOPs in Java organizes a program around the various objects and well-defined interfaces. The OOPs Concepts in Java are abstraction, encapsulation, inheritance, and polymorphism.