+ 5
Million Dollars Question --> Java is PURE OBJECT ORIENTED Programming Language or not ??
Explain ??
12 Respuestas
+ 7
seems that @Dmitry Pudov was faster than me... ~_~
+ 6
You'll really give million dollars?! ^_^
+ 6
Java is not because it supports Primitive datatype such as int, byte, long... etc, to be used, which are not objects. Contrast with a pure OOP language like Smalltalk, where there are no primitive types, and boolean, int and methods are all objects. ... i think Smalltalk can be considered pure object oriented than java.
+ 5
ValentinHacker just tell me your Hacker IP address....I will send money if you answer the question...I mean million dollars question
+ 5
Mahesh guessing perfectly man ,🤔🤔
+ 5
Million this time...next time Billion... I'm running Switz Bank..so you must think about it 😌😌
+ 4
Not. There are static functions of class that mostly belongs to Procedure oriented language.
Give me my million, pleaaase)))))
+ 4
No. Java follows multiple paradigms. Imperative, object oriented, etc.
+ 3
no java is not pure object oriented because of primitive data types
+ 2
Seems he is preparing for an interview :)
+ 2
No because Java has primitive types. but Ruby is pure object oriented
+ 2
it can be considered 100 % oop
because it has replacement of primitive types like int,float,char As wrapper Classes like Integer Character, Double
so its 100% oop but it has the features of pop for fast performance.