Why Java is not purely object oriented?
Answer Posted / yogesh nandal
java is not purely object oriented language because it does
not allow function overloading
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a data structure java?
What is oop principle in java?
What is boolean example?
What is difference between string and stringbuffer?
What is args length in java?
What is illegal identifier in java?
What is the purpose of static methods and static variables?
What are the various access specifiers for java classes?
What do you understand by an io stream?
Does garbage collection occur in permanent generation space in jvm?
Does java allow default arguments?
Explain different ways of creating a thread?
what is the difference between preemptive scheduling and time slicing? : Java thread
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What happens when I use / and % with a negative numerator?