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 do you mean by checked exceptions?
Do I need java for windows 10?
Why is the main method static?
What is the default size of load factor in hashing based collection?
How many classes can any class inherit java?
Can we use synchronized block for primitives?
What are implicit objects in java?
How is tree Mirroring implemented?
when should you use stringbuilder class in a program?
Do I need java on my pc?
What is the purpose of garbage collection in java? When is it used?
What is volatile data type?
What is an infinite loop in java? Explain with an example.
Is space a char?
What variables are stored in stack?