+ 1
Is Java 100% Object Oriented
Every program in java is written inside class is it means that java is 100% OO? or is there any way to omit classes.
7 Antworten
+ 2
no, primitive data types are not objects
+ 1
no, why would you wanna do that?
+ 1
yeah exactly what I hope
+ 1
According to my knowledge..
if I'm wrong pls correct me..
there are two thing everyone must hered..
i.e
1 object based.
2 object oriented.
3. true object oriented.
1--> which language does not support two feature of oops
-->INHERITANCE.
-->DYNAMIC BINDING.
2..java is object oriented language..
likes
c++,c#;....
3 eq
is small talk..
java is not true object oriented..
but
whenever java want..
it come under the category of
True Object oriented....
because these of the wrapper class...
now your second question answere
java is a open source technology..
it means you can see the code of..
5000 more classes..
0
Is there any way to skip using classes in program @Jeremy
0
No, Java is not a 100% Object Oriented
0
java is not 100℅ OO because java doesn't support primitive type as object but we can make using wrapper class.