+ 2
Why java is not considered as a pure object oriented language?
5 Réponses
+ 2
According to some articles what pure object oriented is is not even well defined.
+ 2
Because Java need the use of primitive data types. But to make it pure oop, wrappers classes were added in java 8 or 9, i think.. . So from then onwards java can be said as pure object oriented programming, means that we can write java program with only using objects without primitive types..
0
Java uses primitive data types and hence is not a pure object oriented language.
And java doesn't support multiple inheritance.
0
because it stores primitive data type
0
Because in pure OOP Language everything is an object, Java fall short of that.