is java purely oop Language?
Answers were Sorted based on User's Feedback
Answer / ashutosh yadav
Java is pure OOP becoz it provides all the properties of OOP languagelike inheritance, polymorphism etc.
)As far as Non Availability of Multiple Inheritance is concerned Java provides that feature too with "Interface".
(2)although java supports Primitive data types but to make it pure OOP language it now provides Wrapper classes like Integer, Float, Double as Object implementation of Primitive data types.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
Answer / sridar
yes its a pure oops concepts...instead of multiple
inheritance we r using interface concepts...so we can say
its a pure object oriented language..
| Is This Answer Correct ? | 5 Yes | 8 No |
Answer / srinivas
java is not a pure oops language since it is using
primituive data types though it provides wrapper classes....
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / santhi
though it is a object oriented language, it doesn't support
few of oops like multiple inheritance.....
| Is This Answer Correct ? | 27 Yes | 32 No |
Answer / taher
Java is not purely Object Oriented Programming language
since it does not support the concept naming "Multiple
Inheritance".And other reason we can say is it still uses
data types like int,float,long etc.. with out creating objects.
These are the obvious reasons with which we can say it is
not "Purely Object Oriented Language" but "Strictly Object
Oriented Language" since it is supporting max of the concepts.
| Is This Answer Correct ? | 3 Yes | 8 No |
Answer / anandan
yes,because java consists of classes and interfaces within
a package.Also we can acess those methods only by objects.
sothat java is purely oop language.
| Is This Answer Correct ? | 3 Yes | 9 No |
Answer / anandan
yes,because java consists of classes and interfaces within
a package.so we can import the package and access the
members of that package
| Is This Answer Correct ? | 4 Yes | 12 No |
Answer / simranjit kaur
java is not purely oops based.because java cann`t suppport
multiple and multi level inheritance.
but java support
some oops aaplications like
encapsulation ,inheritance,abstraction.and polymorphism.
| Is This Answer Correct ? | 2 Yes | 10 No |
Answer / uma
till java5.0 its not pure oop.java6.0 is pure oop bcoz it
uses only primitive data type
| Is This Answer Correct ? | 1 Yes | 10 No |
what is oops
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What is function overloading?,describe it with the example.
What are the two different types of polymorphism?
What is the difference between class and structure?
What is difference between #define and const?
what are the characteristics of oops?
what is the difference between containership and inheritence?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
Tell us about yourself.
47 Answers ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,
why we call c++ is object oriented lanaguage
What is sub classing in c++?