Virtusa Interview Question

What are the main OOP concepts?

Interview Answers

Anonymous

Feb 10, 2025

Class,object, encapsulation, polymorphism ,inheritance, abstract.

Anonymous

Jun 28, 2025

Inheritance = Stops repeating codes Polyomoism = User to create different dashboards Abstraction = Hid complex logic inside methods Encapsulation - Used geters setters to keep variables private like passwords to control access