Java

Moderators: zibadian
Number of threads: 7818
Number of posts: 18218

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Why Java is not 100% pure object oriented language? Posted by jadav on 8 Apr 2005 at 1:18 AM
Why Java is not 100% pure object oriented language?
plz give me brief answer
Report
Re: Why Java is not 100% pure object oriented language? Posted by arb123 on 8 Apr 2005 at 1:33 AM
: Why Java is not 100% pure object oriented language?
: plz give me brief answer
:

It wasn't practical at the time.

---------------------------------
HOWTO ask questions: http://catb.org/~esr/faqs/smart-questions.html

Report
Re: Why Java is not 100% pure object oriented language? Posted by datavirtue on 3 Jul 2005 at 12:39 PM
: Why Java is not 100% pure object oriented language?
: plz give me brief answer
:

not practical but,

java lets you make things (varables, objects) public (freely available) in a dangerous way if you want to (when certain data is made public you cannot rely on it) . You have to code OO for java to be Object Oriented (OO)

Even if you stay 100% OO then by using the java API sometimes you implicitly end-up not being 100% OO.

Just technical phsyco-babble. Blood won't start spilling if everything isn't OO 100%.


Sean Anderson
Data Virtue
Report
Re: Why Java is not 100% pure object oriented language? Posted by dolsson on 12 Jul 2005 at 6:25 AM
: : Why Java is not 100% pure object oriented language?
: : plz give me brief answer
: :
:
: not practical but,
:
: java lets you make things (varables, objects) public (freely available) in a dangerous way if you want to (when certain data is made public you cannot rely on it) . You have to code OO for java to be Object Oriented (OO)
:
: Even if you stay 100% OO then by using the java API sometimes you implicitly end-up not being 100% OO.
:
: Just technical phsyco-babble. Blood won't start spilling if everything isn't OO 100%.
:
:
: Sean Anderson
: Data Virtue
:

I thought it was truly OO... Or do you have to program in an OO way in order for it to be OO? Ooo this is a headache :)
Report
Re: Why Java is not 100% pure object oriented language? Posted by arb123 on 12 Jul 2005 at 7:33 AM
: I thought it was truly OO... Or do you have to program in an OO way in order for it to be OO? Ooo this is a headache :)
:

In Java there is a distinction between primitives (int, short, etc) and Objects (java.lang.Integer, java.lang.Short, etc).

---------------------------------
HOWTO ask questions: http://catb.org/~esr/faqs/smart-questions.html




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.