java is not pure OOP [closed]
As we know java is not pure object orientd programming because of primitive types (int,char etc..) is there any thing else due to that we can say java is not pure object oriented programming language.
Think static variable and multiple inheritence also the points for not being Java pure object oriented Programming language.
There are some arguments from at least one Java guru that static is not good, though Bracha never actually makes a value judgement on whether they are pure OO or not (outside of homework and job interviews, it's not a very useful discussion, instead engineers work on whether something has good consequences)
精彩评论