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
What is object and example?
What is oops concept with example?
what is graphics
Can we override main method?
What are functions in oop?
• What are the desirable attributes for memory managment?
what type of questions
What exactly is polymorphism?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
write a program that takes input in digits and display the result in words from 1 to 1000
Can we have inheritance without polymorphism?
Why is encapsulation used?
what are the different types of qualifier in java?
Why is static class not inherited?
What language is oop?