+ 1
Java.. Pure Oops, forgot?
Encapsulation Polymorphism Abstraction Inheritance, shortly will post best examples
4 Answers
+ 13
Java is not pure oop. See
https://www.sololearn.com/discuss/243358/?ref=app
+ 3
thank you
+ 3
Primitives is just an extra support.. equavialent Classes are there Integer, Boolean.. So it is pure ++
+ 3
@SV if you imply primitives, you can say that you could use Java in a pure Object Oriented way,
but you can't say that Java is a pure Object Oriented language.