Is Java pure object oriented language or not ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is Java pure object oriented language or not ?

I think java is not a pure object oriented language. java doesn't support all oops concepts. Also it depends on primitive data types.

31st Dec 2016, 10:19 AM
uday chafale
uday chafale - avatar
3 Answers
+ 5
OOP is mostly defined as depending on classes to do things. Java though not pruely an OOP language, but however it is mostly an OOP language. But in some cases, it is not as you can totally code in Java w/o using its OOP side. Java mainly supports these: - Procedural - Class based single inheritance object oriented - Class based multiple inheritance object oriented - Functional
31st Dec 2016, 10:31 AM
Wen Qin
Wen Qin - avatar
0
yes exactly
31st Dec 2016, 10:31 AM
uday chafale
uday chafale - avatar
0
Ithink with Java8 Java starts to support a way of functional programming too.
31st Dec 2016, 10:48 AM
Andreas K
Andreas K - avatar