Answer Posted / p.naveenreddy
ya ofcourse java is a pure objected oriented programing
language because any language which is supporting and
satisfying encapsulation polymorphism and inheritance we can
say that that language is a object oriented programing lanugage
1. eventhough it is supporting primitive data types they
are declared inside the class only hence outside the class
they are not available so it is satisfying encapsulatiopn to
maximum extent
2.directly we can say it is satisfying polymorphism
3.in java multiple inheritance is avoided but it is
supporting and satisfying major part of the inheritance
concepts
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the features of oop?
What is a class and object?
What is class encapsulation?
Explain the concepts involved in Object Oriented programming.
What causes polymorphism?
What is an example of genetic polymorphism?
What type of loop is a for loop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
#include
What is polymorphism explain?
What are the benefits of polymorphism?
What is the difference between procedural programming and oops?
How to use CMutex, CSemaphore in VC++ MFC
Why is encapsulation used?
Why is abstraction needed?