Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Java Espanol
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java Espanol section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 23rd, 2004, 04:45 AM
Authorized User
 
Join Date: Jun 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default Why Java isn't completely object oriented language

Hi EveryBody,

I heard that java is not completely object oriented language.

Can any one give me clarification on this.



Adv. Thanks & Regards
Prasanth.C


prasanth.c
__________________
prasanth.c
 
Old September 23rd, 2004, 05:51 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

¿La mayoría de las idiomas no son objeto orientado, tan cuál?

¿Usted realmente desea escribir:
Code:
Integer i1 = traigaValor();
Integer i2 = traigaOtroValor();
Integer i3 = i1.add(i2);
más bien que
Code:
Integer i3 = traigaValor() + traigaOtroValor();
por ejemplo?

--

Joe
 
Old October 8th, 2004, 09:25 AM
Authorized User
 
Join Date: Nov 2003
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to sonicDace Send a message via MSN to sonicDace Send a message via Yahoo to sonicDace
Default

Prasm:

Aqui tienes un enlace en ingles con una explicacion sobre los conceptos OOD donde, casualmente, los ejemplos son dados con Java:

Here is a link with an explanation of OOD concepts, where the examples just happen to be in Java

http://java.sun.com/docs/books/tutorial/java/concepts/

If what you want is a quick answer as to whether Java is an Object Oriented language, the answer is yes. If you want to know why, I encourage reading these concepts.


thanks
 
Old February 4th, 2005, 07:12 PM
Authorized User
 
Join Date: Feb 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rockyrak
Default

Hi,

Java is the only language which supports 99% OOP concepts. The remaining one is just becoz, it also has non object-oriented things like primitive types which they cannot eliminate. But still we have wrapper classes for the respective primitive types.

Java is a pure OOP supporting language.



Ram





Similar Threads
Thread Thread Starter Forum Replies Last Post
Object Oriented Programming jgrant C# 2005 0 March 16th, 2007 03:04 AM
Is Javascript object oriented language or not . Konan Java Basics 3 July 25th, 2006 07:09 PM
Is C# fully object oriented ? akkad C# 1 July 2nd, 2006 01:44 PM
Object oriented ASP. madhukp Classic ASP Basics 10 July 2nd, 2004 09:43 AM
Object oriented programming with VB6 james gold Beginning VB 6 3 September 18th, 2003 02:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.