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
Why do we use encapsulation in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What is overriding vs overloading?
Is react oop?
Can private class be inherited?
What is overloading in oops?
What is polymorphism give a real life example?
Which language is not a true object oriented programming language?
What are main features of oop?
What is abstract class in oop?
What is the difference between abstraction and polymorphism?
What makes a language oop?
What is inheritance write a program to show use of inheritance?
What is methods in oop?
What does I oop mean?