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 is the point of oop?
How do you define social class?
Where You Can Use Interface in your Project
How Do you Code Composition and Aggregation in C++ ?
Why do we use encapsulation in oops?
How do you answer polymorphism?
Why is polymorphism needed?
What is encapsulation c#?
Can a destructor be called directly?
What is this pointer in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why is encapsulation used?
What is static in oop?
What is object-oriented programming? Webopedia definition
What is the difference between a constructor and a destructor?