Why Java is not purely object oriented?
Answer Posted / srikanth
sorry, the question is wrong
Java is purely Object Oriented Language.
Since, without classes and objects we can't write a
single program in java.
example of language which is not purely object oriented
language is C++.
since, in c++ we can write programs with out classes and
objects.
| Is This Answer Correct ? | 60 Yes | 306 No |
Post New Answer View All Answers
What is == mean?
What does it mean that strings are immutable?
How do you initialize an arraylist in java?
Why is stringbuffer called mutable?
how does the run() method in runnable work? : Java thread
What is a numeric digit?
Can abstract class have private constructor?
What is data type example?
What is javac in java?
What is scope & storage allocation of global and extern variables? Explain with an example
Can private members of a base class are inheritable justify?
When does a class need a virtual destructor?
How do I find and replace in word?
What is an interface in java? Explain
What is a string token?