Is Java object oriented?

Hi,

Is Java object oriented?

Thanks

View Answers

April 5, 2017 at 9:10 AM

no java is not purely object oriented


February 20, 2017 at 11:06 AM

Hi,

Java is object oriented programming language. It is supports OPPS concepts:

  1. Object
  2. Class
  3. Inheritance
  4. Polymorphism
  5. Abstraction
  6. Encapsulation

All the programs written in Java adheres to the OOPs concepts.

Check more details at OOPs Concepts . Thanks









Related Tutorials/Questions & Answers:
Advertisements