Answer Posted / taher
Java is not purely Object Oriented Programming language
since it does not support the concept naming "Multiple
Inheritance".And other reason we can say is it still uses
data types like int,float,long etc.. with out creating objects.
These are the obvious reasons with which we can say it is
not "Purely Object Oriented Language" but "Strictly Object
Oriented Language" since it is supporting max of the concepts.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is the oops and benefits of oops programming?
How long to learn object oriented programming?
What is polymorphism explain?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is difference between multiple inheritance and multilevel inheritance?
write string class as your own class in java without using any built-in function
What is use of overloading?
What is abstract class in oop?
#include
What is difference between inheritance and polymorphism?
What is overriding in oops?
What are oops methods?
What is the difference between a mixin and inheritance?
What is abstraction encapsulation?
What is destructor oops?