Why Java is not purely object oriented?
Answer Posted / rohit jadhav
Java is not a puerly object oriented language because the
concept of pointers is not used in java. Also, we cannot
implement multiple inheritance in java using only classes
and not an interface.
Is This Answer Correct ? | 18 Yes | 67 No |
Post New Answer View All Answers
What are the default and parameterized constructors?
Can we define a package statement after the import statement in java?
What are invisible components?.
What Is Composition?
What is object in java?
What about interrupt() method of thread class ?
Is heap stored in ram?
What does isempty () do in java?
What is the purpose of void?
What are the types of literals?
What does t in java mean?
What is the purpose of nested class in java?
What is meant by data hiding in java?
What environment variables are required to be set on a machine in order to run Java programs?
Is char * a string?