+ 5
Why JAVA is not a pure object oriented programming language?what is the name of Pure Object Oriented programming language?
4 Antworten
+ 10
Java has primitive datatype, not only objects. So it's not pure oop.
+ 3
Smalltalk should be pure
+ 1
Scala is pure as well.
+ 1
Primitives is just an extra support.. equavialent Classes are there Integer, Boolean.. So it is pure ++