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 floor in java?
How many bits is a word?
Which is easier netbeans or eclipse?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
Does java set allow duplicates?
Where is the singleton class used?
Difference between static binding and dynamic binding?
What are keywords in programming?
What is array and arraylist in java?
Is there any sort function in java?
What is the significance of listiterator?
What is use of map in java?
How do you start a new line in java?
What is anti pattern in programming?
what is an objects lock and which objects have locks? : Java thread