Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Is java a fully object oriented programming or not? if not why?
Profile Answers by Beena Questions by Beena
Questions by Beena answers by Beena
Editorial / Best Answer
KanikaKGProfile Answers by KanikaKG Questions by KanikaKG
No. Java is not 100 % Pure OOP because of following three reasons:
1) It doesnot 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.
This disobeys OOPs concepts
Java isnt 100% pure OOPS coz if it were then everything should be classes and objects, whereas java still has primitive data type which violates the above said statement...SmallTalk is the only 100% pure OOPS language
Related Answered Questions
Related Open Questions