is java purely oop Language?

Answer Posted / sudipta mandal

Java is not pure OOPL because, programing language uses
only 1. Class 2. Object, those we can called as pure OOP.
If any language uses other features(Abstraction,
Encapsulation, Inheritance and Polymorphism) of OOP then
that language is not Pure OOP.
Another point is Pure OOP language can not use
primitive data types whereas java uses. That is why java is
not pure OOP language.

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multilevel inheritance?

727


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2106


what type of question are asked in thoughtworks pair programming round ?

1762


What is methods in oop?

544


What are the 3 principles of oop?

619






Why is polymorphism used?

586


What is a class and object?

600


Why is encapsulation used?

577


What are objects in oop?

610


Why do we use class in oops?

555


what are the realtime excercises in C++?

2335


Why do we use oop?

605


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4242


Why multiple inheritance is not allowed?

584


Is html an oop?

582