A Developer Gateway To IT World...

Techie Uncle Software Testing Core Java Java Spring C Programming Operating System HTML 5 Java 8 ES6 Project

What feature & things in Java makes Java pure Object-oriented?

Question: What feature & things in Java makes Java pure Object-oriented?
Answer: consider the following features as below:

  1. Encapsulation
  2. Inheritance
  3. Polymorphism
  4. Abstraction
  5. All predefined types are objects
  6. All operations are performed by sending message to objects
  7. All user defined types are object

LEARN TUTORIALS

.

.