Java
Programming and Technical
Programming
Technical
Why is java not 100% pure oops?
Read Solution (Total 4)
-
- java have some primitive data types like int,float etc. These data types do not acts as an object and pure object oriented programming needs that all the tasks must be done by objects only, therefore java is not a pure object oriented programming language.
- 9 years agoHelpfull: Yes(1) No(0)
- because of its primitive types
- 9 years agoHelpfull: Yes(0) No(0)
- primitive data types have no perticular classes
- 9 years agoHelpfull: Yes(0) No(0)
- Because java supports primitive datatyes.
- 9 years agoHelpfull: Yes(0) No(0)
Java Other Question