Why Java is not a purely Object-Oriented Language?

 

Why Java is not a purely Object-Oriented Language?
  1. java is not considered as a pure object-oriented programming language because Servel oop features are not supported by java like operator overloading, multiple inheritances, etc.
  2. moreover, we are depending on Primitive datatypes which are non-objects.

Comments

Popular posts from this blog

Primitive Data Types in java

let - Keyword in JavaScript (Block scope)

Coding Problem 4: Smallest window containing 0, 1 and 2 [GFG - Problem Solving]