Is java is a fully object object oriented language?
Answer Posted / alok painuly
java is not a fully object oriented programmin language,
its a "Pure object oriented language". Because a fully OOPL
must follwo all the characteristics of Object Oriented like
abstraction,polymorphism,encapsulation,inheritance etc...
But java does not support "Inheritance" property fully.. it
does not support Multiple inheritance,even we have
substitute as implementing Interfaces which allow multiple
inheritance but ist pure not fully..
So JAVA is a "Pure Object Oriented PL"..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the concept of multithreading?
What are alternatives to java serialization?
What about main() method in java ?
What is the difference between menuitem and checkboxmenu item?
Why you should not use singleton?
What 4 doubled?
What is main string [] args?
What is java developer skills?
Explain heap sort?
What is purpose of find feature?
How do you square a number in java?
Explain about the security aspect of java?
What is the meaning of nullable?
Can an interface have a constructor?
What is difference between variable declaration and definition?