Important points to remember or refresh before for core java interview
Foundations of OOP
• Encapsulation: Combining data and the functions operating on it as
a single unit.
• Abstraction: Hiding lower-level details and exposing only the
essential and relevant details tothe users.
• Inheritance: Creating hierarchical.