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
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is a function in oop?
class type to basic type conversion
Can abstract class have normal methods?
What does sksksk mean in text slang?
What does <> mean pseudocode?
What are the 4 main oop principles?
What is encapsulation with example?
Is html an oop?
What is destructor example?
How do you define social class?
Can you explain polymorphism?
What do you mean by Encapsulation?
Why is there no multiple inheritance?
What is abstraction in oop?