Is java is a fully object object oriented language?
Answer Posted / varahalaraju penmetsa
y do u say java is not pure OO Lang?
primitive datatyeps --> we can convert the primitive types
into wrapper types and they are 100% oo objects
Multiple Inheritance --> java does not support it, any way
we can achieve multiple inheritance using Interfaces and it
is 100% oo concept
abstract classes --> yes we cannot create objects for these
classes but by using these classes we are providing an
opportunity to other class to make an inheritance
relationship and Inheritance is 100% OO concept
and java supports method overloading and overriding for
polymorphic effect so java is 100% pure OO language
cheers,
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain about static nested classes in java?
What is anagram number?
What are annotations in java?
Explain the private field modifier?
What is the final access modifier in java?
How do you do math powers in java?
Explain the difference between intermediate and terminal operations in java8?
Can an arraylist be empty?
What are different types of references?
What does string intern() method do?
What are keywords and reserved words in java?
What is array and arraylist in java?
What is parameters example?
What is a flag value?
What is the association?