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 is java life cycle?
Why should I use abstract class?
Can a class extends itself in java?
What is the difference between variable & constant?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is oop principle in java?
what is the final keyword denotes in java?
How do you replace all in word?
What is parsing and its types?
What is the map interface in java programming?
Explain different states of a thread in java?
How do you make an arraylist empty in java?
How to check if a list is sorted in java?
Why is string builder not thread safe?
Does the order of public and static declaration matter in main method?