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 does enum stand for?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Write a program to sort the number with different sorts in one program ??
What is polymorphism in oop example?
Why interface is used?
Templates mean
What is for loop and its syntax?
Explain the advantages of inheritance.
Is data hiding and abstraction same?
what are the different types of qualifier in java?
Why do we need polymorphism in c#?
What are the benefits of interface?
How can you overcome the diamond problem in inheritance?
What is class and object with example?
What is the difference between abstraction and polymorphism?