neeraj dwivedi
Unregistered
|
|
someware i have learnt that java is not completely object oriented language if you have some tips to support this statement then reply ?
|
Unregistered
|
|
We can't say Java is not a OOP.It follows OOP concept partially.
|
Unregistered
|
|
Quote:
We can't say Java is not a OOP.It follows OOP concept partially.
Not everything in java is based on OOPS.. It supports primitive data-type like int, boolean etc
|
Unregistered
|
|
java is not 100% oops coz we can use primitive data type. as in case of C# we have only objects i.e no primitive data types
|
Hemant_Ji
Unregistered
|
|
hai java is not a pure OOPs language becz data type r not the object for that we use the wrapper class through which we used it like a object.
|
Unregistered
|
|
As in java we use primitive type that are not object,for converting these primtive type to object we use wrapper classes,thats why its not a complete OOP.
|