Java is not 100 % pure OOP because of following 3 reasons :
1) It does not support Multiple inheritance.
2) It allows use of primitive data types which are not an objects.
3) It allows static methods to call without creating the instance.
These disobeys OOPs concepts.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.