Question d’entretien chez Cognizant

Can you explain the OOPs concepts in Java with real-time examples

Réponse à la question d'entretien

Utilisateur anonyme

12 nov. 2025

explained all four OOPs concepts — Encapsulation, Inheritance, Polymorphism, and Abstraction — with small examples. For instance, I gave an example of inheritance using a “Vehicle” base class and “Car/Bike” subclasses to show code reusability and structure.