| Author |
Java
|
Prathiba krishnamurthy
Greenhorn
Joined: Feb 18, 2003
Posts: 4
|
|
Why java is not a fully object oriented programming language? [ February 18, 2003: Message edited by: Prathiba krishnamurthy ]
|
 |
Valentin Crettaz
Gold Digger
Sheriff
Joined: Aug 26, 2001
Posts: 7610
|
|
Why java is not fully oops? What do you mean by that? why java doesnot support multiple inheritance? Javaworld: Why not multiple inheritance? Multiple Inheritance in Java Multiple Inheritance and Interfaces [ February 18, 2003: Message edited by: Valentin Crettaz ]
|
SCJP 5, SCJD, SCBCD, SCWCD, SCDJWS, IBM XML
[Blog] [Blogroll] [My Reviews] My Linked In
|
 |
Cindy Glass
"The Hood"
Sheriff
Joined: Sep 29, 2000
Posts: 8521
|
|
|
Because of efficiency. Java is ALMOST a fully OO language. However it was decided to allow for a few primitive types to performance reasons. Arrays, while they ARE objects, are also treated specially by the JVM.
|
"JavaRanch, where the deer and the Certified play" - David O'Meara
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Java
|
|
|