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
What is sizeof in java?
What is the collections api?
What is formatted output?
What is oop in java?
What is a ?
What is the relationship difference the canvas class and the graphics class?
What is a consumer in java?
Can you override a final method?
What happens when a thrown exception is not handled?
Can java hashmap have duplicate keys?
What 4 doubled?
What string is utf8?
Explain serialization and deserialization in java?
Why webdriver is an interface?
What does provide mean construction?