Why Java is not purely object oriented?
Answer Posted / shibani
No,Java is a purely Object oriented programing language
One language to be object oriented it should support
1.Inheritance
2.Encapsulation
3.Polymorphism
And java support all the features,So its PURE
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the collections api?
Why are data types important?
What language is an assembler written in?
What is mean by encoding?
How many types of flags are there?
What are methods and how are they defined?
What does split function do in java?
java program with complete 4 oops concepts implemented example
What is polymorphism in java? What are the kinds of polymorphism?
What is difference between static class and normal class?
What is Classloader in Java?
What is the synonym of string?
What is static data type in java?
What is super constructor?
Why singleton is not thread safe?