Answer Posted / ajay
Java is not 100% pure OOP language because of:
1: Java doesn't support Multiple Inheritence directly.
2: We can call static methods and variables without
creating Object of class which is not supported by OOP.
3: Primitive data type which are not Object.
Those are the reasons why Java is not 100% pure language.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is main difference between variable and constant?
Can we extend private class in java?
Why is java multithreaded?
Can we change the value of static variable?
Write a program to reverse a number in java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What do you mean by JVM?
What is bigger kb or mb?
Is char a data type in java?
How destructors are defined in java?
What is canonical name in java?
What do you mean by order of precedence and associativity?
Why string is called as immutable?
What do you mean by compiler?
In which language java is written?