Why Java is not purely object oriented?
Answer Posted / muthusenthil
yes, java is not purely object oriented because it uses
static keyword. this is the one and only reason.we can
perform a function declared as static without an object
this violates real world reflection and object orientation
Is This Answer Correct ? | 71 Yes | 33 No |
Post New Answer View All Answers
What are the types of sockets in java?
Is cout buffered?
What are the benefits of immutable objects?
Is class is a data type?
What is difference between overloading and overriding in java?
What is difference between protected and private?
Does java set allow duplicates?
What is constructor chaining in java?
How do we access static members in java?
Can a class be declared as protected?
Is null an object in java?
What is a function argument in java?
How many tetrahedral voids are there in bcc?
What is java life cycle?
What is java’s garbage collected heap?