hi,
I want to know why java is not a pure object oriented
programming language.
Thanks in advance.
java is not a pure object oriented
Started by moonrise, May 12 2006 09:28 PM
2 replies to this topic
#1
Posted 12 May 2006 - 09:28 PM
|
|
|
#2
Posted 16 May 2006 - 02:45 AM
Interesting. I always thought that Java was an OO language.
#3
Guest_bernkly_*
Posted 15 July 2006 - 10:31 AM
Guest_bernkly_*
Java not purely object oriented.
We implement datatypes like int, float as normal as C, it is due to performance reasons. The primitive Java types (boolean, byte, char, short, int, long, float, and double), and the keyword void are also represented as Class objects.
Actually it's not a matter of pure OO. I dont care much, just use it.
We implement datatypes like int, float as normal as C, it is due to performance reasons. The primitive Java types (boolean, byte, char, short, int, long, float, and double), and the keyword void are also represented as Class objects.
Actually it's not a matter of pure OO. I dont care much, just use it.


Sign In
Create Account


Back to top









