Java violates few objected oriented concepts. Can you
explain in what way?
Answer Posted / anjani kumar jha
There are only three language in the world which is
pure-object oriented
a)effilmore
b)Small-Talk
c)Ruby
So therefore for pure object oriented programming there are
six concept
a)Encapsulation
b)Polymorphism
c)Inheritance
d)Abstraction
//These two e) and f) are not supported by java and hence
java is not //pure object programming language-----it is
only true //object oriented programming language.....
e)There should not be primitive
f)And there should not be any boudation on classes.
Thanks and Regards
Anjani Kumar Jha
09623154095
CDAC,PUNE
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
When do we use synchronized blocks and advantages of using synchronized blocks?
Why java is considered dynamic?
What do you understand by the term string pool?
Can finally block be used without a catch?
What are the advantages of exception handling?
What is the use of http-tunneling in rmi?
Explain the difference between hashmap and hashtable in java?
Is node a data type in java?
What are abstract methods in java?
What is the difference between Array and Hash Table?
Can we create a class inside a class in java?
How to compare strings in java?
What is += mean in java?
What is one third plus one third as a fraction?
Define how destructors are defined in java?