+ 5
Java is pure oop or not..?
6 odpowiedzi
+ 12
i think not.
+ 7
I am not sure but I know it is as it treats everything an object
+ 7
Take a look at this post mate, it will help you understand ;)
http://stackoverflow.com/questions/974583/is-java-100-object-oriented
+ 6
Not pure oop because there are primitive data types like int, double, char, boolean, byte
+ 2
Not according to the article above but Smalltalk is apparently.
+ 1
yup. It treats everthing in object