[Solved] Difference between pure object oriented and object oriented language [duplicate]


Java is oop but not pure because, There are Primitive data type in java like int, float etc. and they are not classes/Objects. This is only one reason that java is not Pure OOP.
For example of Pure OOP . Objective C is Pure OOP language in which every thing is in the form of object.

solved Difference between pure object oriented and object oriented language [duplicate]