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
Why do we need data structure in java?
What is nested top-level class?
Which is a valid identifier?
What are abstract methods in java?
Why is the singleton pattern considered to be an anti pattern?
What is the concept of multithreading?
What is the use of default method in interface in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
How to display all the prime numbers between 1 and 100
Can we have static methods in an interface?
What is assembly language?
What is user defined exception in Java?
What is Java Package and which package is imported by default?
Why does java have two ways to create child threads? Which way is better?
Is boolean a data type in java?