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
How to sort double array in java?
Can we declare the static variables and methods in an abstract class?
Why does java have two ways to create child threads? Which way is better?
enlist some features of jdk.
What are encapsulation, inheritance and polymorphism?
How can we create objects if we make the constructor private ?
Can we create object of inner class in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Does constructor return any value?
What are the difference between string, string builder, and string buffer in java?
What is the difference between applet and application?
What is java command?
What are the rules for naming an array?
What is boolean law?
Is void a return type?