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.
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
0
yes exactly
0
Ithink with Java8 Java starts to support a way of functional programming too.