Answers

Question and Answer:

  Home  Advanced Java

⟩ Java is fully object oriented languages or not? Why?

No,java is not fully object oriented language because it does not support "multiple inheritence" and "pointers" which are used in C++.But,by using Interfaces we can implement multiple inheritence.Also,due to presence of Primitive datatypes,which are used in (AutoBoxing)...we can say it is not fully object oriented language.

 186 views

More Questions for you: