+ 1
Is java 100% object oriented ???
No ....why because java supports opps features .... that means all programs are implemented in the form of classes & objects . java doesn't supports the multiple inheritance ..it is not implemented by the classes & objects ...it is implemented by the interfaces.......so it is not 100% object oriented language.
1 Antwort
+ 2
Refer to these thread for more information :
https://www.quora.com/Is-Java-a-pure-object-oriented-programming-language
https://stackoverflow.com/questions/974583/is-java-100-object-oriented
Well you answered your own question😉😉👍👍
Thanks