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 and why is it important?
What is coupling in oops?
How Do you Code Composition and Aggregation in C++ ?
What is encapsulation in oops?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is the purpose of enum?
Can we override main method?
What is abstraction example?
What is protected in oop?
What are different oops concepts?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How do you define a class in oop?
What do you mean by variable?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is use of overloading?