Java is not a purely object-oriented programming language; to satisfy a programming language is object-oriented, it satisfies the concepts of Encapsulation / Hiding data inheritance Polymorphism abstraction All predefined types are objects All operations are performed by sending messages to objects All user types are objects. these are things. some say that java supports a primitive data type such as int, float, therefore it is not object oriented, but although it is based on the Wrapper INTGER class, FLOAT things are java suppourt static its keyword does not follow oops, therefore java is not purely object oriented language
user4986066
source share