Domanda di colloquio di Cognizant

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

Risposta di colloquio

Anonimo

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.