Answer Posted / prem kumar sp
Hi.. All
According to Me Java is an Pure Object Oriented Programming
Language.. because
1.It supports all the features of object oriented programming
2. we can write an java application with out using primitive
data types, we can use wrapper classes instead on primitive
data types
{ex instead of int we can use Integer, instead of double we
can use Double}
3. Java Supports multiple inheritance through interfaces
so we can write a full fledged object oriented programs
using java...
Hence it is pure object oriented programming language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism explain its types?
How to call a non virtual function in the derived class by using base class pointer
What is difference between polymorphism and inheritance?
Is abstract thinking intelligence?
Write a program to reverse a string using recursive function?
write string class as your own class in java without using any built-in function
class type to basic type conversion
What is object and class in oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is coupling in oops?
explain sub-type and sub class? atleast u have differ it into 4 points?
Which method cannot be overridden?
What do you mean by variable?
Can we create object of interface?
Why do we use inheritance?