java is puerly object oriented or not ?
Answers were Sorted based on User's Feedback
Answer / billuyadav208
No, Java Is Not Puerly Object Oriented Because it use
primitive data types and hence is not a pure object oriented
language.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / narsimharaju
-->If we compared with previous programming languages then it is purely object oriented..
-->java it self it not a purely object oriented because the java using primitive data types..
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / jitendra kumar
no ,java is not pure object orinted language,because in
java,data type is not object orinted
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / sathiya
java is not purely object oriented, since it has primitive
data types.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vivek
Java is not purely object oriented, because it is doesn't supports multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between state-based unit testing and interaction-based unit testing?
Why do we use public static with the main function in Java?
13 Answers College School Exams Tests, Infosys,
What is the ResourceBundle?
2 Answers Elementus Technologies,
What is collection class in java? List down its methods and interfaces.
What are parameters in a method?
What modifiers can be used with a local inner class?
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
What are init(), start() methods and whey they are called?
i need example for java abstraction. where we use abstraction and why we need abstraction.
Why do people says “java is robust”?
What is visibility mode?
how we can make a read-only class in java?