
- Forum
- Programming Talk
- Java
- Is Java 100% oops language?
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; Is Java 100% object oriented programming language?...
-
10-29-2007, 11:30 AM #1
- Join Date
- Oct 2007
- Answers
- 5
Is Java 100% oops language?
Is Java 100% object oriented programming language?
-
11-02-2007, 12:33 PM #2
- Join Date
- Nov 2007
- Answers
- 7
Why do you want to know that?
100% OOP language? .. I guess Java facilitates the use of all the features of the OO methodology - Abstraction , Encapsulation , Inheritance, Polymorphism. Therefore I feel Java is 100% pure OO Language.
Any other opinions??... did i miss something?
-
Someone Says java is not 100% oops becz, int,float etc primitive datatypes are not objects. But java implemented Wrapper classes for this primitive Types to make them in to object types.
So java is 100% oops .
Sorry i am wrong and comments are welcome
-
Hi,
Someone Says java is not 100% oops becz, int,float etc primitive datatypes are not objects. But java implemented Wrapper classes for this primitive Types to make them in to object types.
So java is 100% oops .
Sorry i am wrong and comments are welcome
-
as jyothi wrote about this i think this is not ok,we cant do all thing with wrapper lik if we create a wrapper integer object then how can u take prime of that number???
-
04-16-2008, 06:15 AM #6
- Join Date
- Apr 2008
- Location
- chennai
- Answers
- 1
-
04-29-2008, 05:29 PM #7
- Join Date
- Apr 2008
- Location
- pune
- Answers
- 4
-
05-05-2008, 09:19 AM #8
- Join Date
- May 2008
- Answers
- 1
is java 100% an oops language?
jyothi can u please elaborate this topic by giving a suitable example?
waiting eagerly for ur positive response.
-
05-12-2008, 06:53 AM #9
- Join Date
- May 2008
- Answers
- 1
java is an object oriented programming language
Java is an oops language.No doubt in it.Though it won't support Multiple Inheritance Java is fully object oriented language
-
java simply folows the oops methodology,but it is not completely oops based.
-
Sponsored Ads

Reply With Quote






