Is java is a fully object object oriented language?
Answer Posted / nibedit
Well we cannot say java is a fully oop language becoz'
1.java uses premitive data type like int,float etc though
it has Wrapper classes for these data types.
2.it dose not support operator overloading except for "+"
to some extent(for concatanation).
3.it dose not support inheritance fully..that is it
dose not support multiple inheritance.
Also it wrong to say that we can achieve that by
interfaces. becoz' interfaces are not made for
inheritance. they are made for polymorphism.The very
defination of inheritance says that it is use for code
reusability.but interface dose not have any body with code.
we can use them as we like by giving our own implementation.
this is nothing but polymorphism concept.
so java is not fully oopl rather we can say that it is a
object based prog. language.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What do you understand by a Static Variable?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
Which class contains a method: cloneable or object?
What does singleton mean in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What methods are used in Servlet?Applet communication?
What are jee technologies?
Why do we use regex?
How are the elements of a gridbaglayout organized in java programming?
When will we use them?
What is the difference between multiple processes and multiple threads?
What is the applet security manager, and what does it provide?
What an i/o filter?
How long will it take to learn java?
how we can make a write-only class in java?