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 boolean query?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is a blocking method in Java?
What is string made of?
What environment variables do I need to set on my machine in order to be able to run java programs?
How do you remove duplicates from an array in java?
What is java english?
What is charat ()?
What is the mapping mechanism used by java to identify IDL language?
What is the difference between the file and randomaccessfile classes?
explain the concept of virtual method invocation in polymorphism in detail?
Why is singleton instance static?
When should you make a function static?
How to check if a list is sorted in java?
Differentiate between == and equals().