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 an example of a boolean?
How do you add an element to a set in java?
What is maximum size of arraylist in java?
What are measurable parameters?
Can a variable be local and static at the same time?
What is function and method in java?
Using callable statement how can you pass out parameters, explain with example?
What is regex in java?
What is the meaning of flag day?
If a variable is declared as private, where may the variable be accessed?
State the difference between strings and arrays.
Can we catch more than one exception in a single catch block?
What is casting in java programming?
Is empty string in java?
What is object class in java?