
- 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; java cant be 100percent believe me nothing in this world is but java is a good programiner...
-
08-26-2011, 03:50 AM #31
- 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
-
09-27-2011, 12:56 AM #32
- 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.
-
10-17-2011, 02:55 AM #33
- 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

Reply With Quote





