Jump to content

java is not a pure object oriented

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
moonrise

moonrise

    Learning Programmer

  • Members
  • PipPipPip
  • 40 posts
hi,

I want to know why java is not a pure object oriented
programming language.

Thanks in advance.

#2
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
Interesting. I always thought that Java was an OO language.

#3
Guest_bernkly_*

Guest_bernkly_*
  • Guests
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.