Exforsys
+ Reply to Thread
Page 4 of 4 FirstFirst 1234
Results 31 to 33 of 33

Is Java 100% oops language?

This is a discussion on Is Java 100% oops language? within the Java forums, part of the Programming Talk category; java cant be 100percent believe me nothing in this world is but java is a good programiner...

  1. #31
    iceloves11 is offline Junior Member Array
    Join Date
    Aug 2011
    Location
    enugu
    Answers
    2
    java cant be 100percent believe me nothing in this world is but java is a good programiner


  2. #32
    bigclassesglobal is offline Junior Member Array
    Join Date
    Sep 2011
    Location
    INDIA
    Answers
    10
    No the question u had asked is not correct

    Java is a complete OOPS language,But it is not 100% pure oops.
    There is a difference between complete & Pure.

    A language which uses the primitive/primary data types it is not said to be a pure language.
    100% pure are ruby,smalltalk and etc.


  3. #33
    pravingate07 is offline Junior Member Array
    Join Date
    Oct 2011
    Location
    Pune
    Answers
    2
    No, Java is not 100 % oops, since it has primitive data types, which are different from objects (they don't have methods, instance variables, etc.). Ruby, on the other hand, is completely OOP. Everything is an object.

    Also java doesn't supports multiple inheritance, to achieve it we need to use interface.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...