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


Please Help Members By Posting Answers For Below Questions

What is boolean query?

729


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?

770


What is a blocking method in Java?

800


What is string made of?

712


What environment variables do I need to set on my machine in order to be able to run java programs?

776


How do you remove duplicates from an array in java?

697


What is java english?

669


What is charat ()?

701


What is the mapping mechanism used by java to identify IDL language?

781


What is the difference between the file and randomaccessfile classes?

782


explain the concept of virtual method invocation in polymorphism in detail?

1918


Why is singleton instance static?

706


When should you make a function static?

716


How to check if a list is sorted in java?

763


Differentiate between == and equals().

782