DEV Community

Ronak Gupta
Ronak Gupta

Posted on

Why Java is not pure OOPS?

I know one reason and that is,
Java allows data types like int, float , char which is neither a class nor a object. According to OOPS concept they should be either object or class. Hence, it is not pure Object Oriented Programming.

Do you know any other reason?

Top comments (2)

Collapse
 
jaynwabueze profile image
Jay Codes

You're welcome to dev community Ronak

Collapse
 
iamronakgupta profile image
Ronak Gupta

Thank you Jay.