+ 4
Is java pure object oriented language?
8 Antworten
+ 3
primitives are not keys for oop or procedure or functional ......
it's the flow of programming/the way u code in a language. that makes the language what it is
+ 2
but java also supports primitive data types then how can we say it pure oop language
+ 2
because you will find a class like Integer which clearly indicates it
+ 2
better to say its all about encapsultation.. everything is encapsultated in a single entity called class... so it is pure oops
+ 2
but it's all about feel ... if you go deeply in java ... you ll feel that it is not pure oop ... it is a language which strictly implementing oop but not a pure oop language ... 😂
+ 1
yaa
+ 1
yep totally and beautifully
+ 1
@Prachi Pal those data types are special cases of classes and objects