Closed Thread
Results 1 to 3 of 3

Thread: java is not a pure object oriented

  1. #1
    moonrise is offline Learning Programmer
    Join Date
    May 2006
    Posts
    40
    Rep Power
    0

    java is not a pure object oriented

    hi,

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

    Thanks in advance.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25
    Interesting. I always thought that Java was an OO language.

  4. #3
    bernkly Guest
    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.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. C# Object Oriented How To Help
    By simoatk in forum C# Programming
    Replies: 0
    Last Post: 08-17-2010, 09:01 AM
  2. Object Oriented programming
    By eman ahmed in forum Java Help
    Replies: 10
    Last Post: 08-12-2010, 03:59 AM
  3. object oriented programming
    By farhanyun91 in forum Java Help
    Replies: 6
    Last Post: 08-11-2010, 09:28 AM
  4. Why we use Object-Oriented Programming
    By ZekeDragon in forum General Programming
    Replies: 3
    Last Post: 11-23-2009, 02:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts