Why Java is not purely object oriented?
Answer Posted / abhijit sawant
I think java is not purely object oriented bcoz there are
some concepts which are not implemented in java like
multiple inheritance.
we can implement it by using the concept interface.
we cannot implement it directly so the java is not purely
object oriented.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we change the value of static variable?
Explain when noclassdeffounderror will be raised ?
Why do we need hashmap in java?
Why singleton class is used in java?
Is it possible to instantiate the abstract class?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
How to pass arraylist to stored procedure in java?
Can we override singleton class?
Why stringbuffer is faster than string?
What is the use of predicate in java 8?
Why java strings are immutable in nature?
What is the purpose of a parameter?
What is class and its types?
How can we create a thread in java?
What is multithreading in java?