Why Java is not purely object oriented?
Answer Posted / miss.nayan vasant sinhe
Java is not truly object oriented language because it does not follow four rules of truly object oriented language i.e.
1)Inheritance
2)Polymorphism
3}Abstraction
4)Incapsulation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the features of java?
What are the types of exceptions?
what is thread? : Java thread
What is immutable state?
Is null a value?
Can we write multiple catch blocks under single try block?
What is general methodology?
What is Session reduplication and how its done?
What is java instanceof operator?
How many static init can you have?
Which is better singleton or static class?
What are the java ide's? Explain
List some oops concepts in java?
how many types of Inheritance?
What is a parameter in java?