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
Break statement can be used as labels in java?
How is a structure different from array ?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What are controls and their different types in awt?
How to perform selection sort in java?
What are features of java?
Can a private method of a superclass be declared within a subclass?
Can classes declared using the abstract keyword cab be instantiated?
Write a program to check for a prime number in java?
What are wrapper classes in java?
Can you call a method on a null object?
What is a short in java?
What is string length in java?
What are design patterns and please explain?
What do bitwise operators do?