Interview Questions - What are the Fundamentals of OOPS?

Hi,

What are the Fundamentals of OOPS?

Thanks

View Answers

August 4, 2017 at 9:36 AM

Hi,

Java is Object Oriented Programming language and it fully implements OOPs concept.

Three pillars of OOPs are:

  • Encapsulation
  • Inheritance and
  • Polymorphism

Check examples at OOPs Concept and OOPs concepts in Java.

View all interview questions at Java Interview Questions with Answers page.

Thanks









Related Tutorials/Questions & Answers:
Advertisements