Is java 100 % pure object oriented?? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Is java 100 % pure object oriented??

suggest the proper answer if yes!

22nd Nov 2017, 4:47 PM
Hemant Kamble
Hemant Kamble - avatar
1 Resposta
+ 2
Java is not a 100% pure object oriented programming language due to its use of primitive types. int, float, double, boolean etc are not objects in Java. For a language to be pure OO its built in types would also need to be objects.
22nd Nov 2017, 7:20 PM
ChaoticDawg
ChaoticDawg - avatar