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
Can we instantiate interface in java?
What is difference between hashset and hashmap?
What are the wrapped, classes?
What is variable and constant explain with example?
When can you say a graph to be a tree?
What are the different types of multitasking?
What is the += operator called?
Which methods are used during serialization and deserialization process?
What is queue in java?
What are desktop procedures?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is indexof?
What does method mean?
What Is Query Throttling in java?
What are void pointers?