Is java a pure object oriented programming language?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is java a pure object oriented programming language??

8th Aug 2018, 7:19 PM
Syed Sofiya Ali
Syed Sofiya Ali - avatar
3 Answers
+ 1
No, it's not pure OOP, because it supports primitive data types which are not objects.
8th Aug 2018, 8:19 PM
Mohammed
+ 1
Sofiya Ali Explain more what you mean by 'pure' object oriented programming language.
8th Aug 2018, 11:23 PM
Abdulrahman Ali
Abdulrahman Ali - avatar
+ 1
Yes Java is a pure Object Oriented Program. Even primitives doesn't have any value or identification without object. Object is the only one which can call all the properties of class. Without object creation we cannot use any properties of a class.
9th Aug 2018, 1:22 AM
Suman