Why Java is not purely object oriented?
Answer Posted / goutham
Java is Just a Object oriented ,Its not purely object oriented.
We can say many reason for its pure obj oriented type but it gets out of it with only concept of Multiple inheritance
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many digits is int32?
Difference between collection, collection and collections in java?
Why is java not 100% pure oops?
Why java is considered as platform independent?
What steps are taken when the OS shifts from one-thread execution to another?
When a byte datatype is used?
what is mutual exclusion? : Java thread
Is there any difference between synchronized methods and synchronized statements?
Can we extend a class with private constructor?
What will happen when using pass by reference in java?
Is 0 true or false in java?
Can you override private or static method in java?
Can there be an abstract method without an abstract class?
What is the purpose of interface?
What is meant by 'bit masking' in java?