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
Which variables are stored in stack?
Why multiple inheritance is not supported by java?
Is java still necessary?
Why constructor has no return type?
What is the use of math abs in java?
What is the use of parse function in java?
List implementations of list interface?
What is the purpose of using javap?
What is difference between calling start() and run() method of thread?
What are mutable classes?
What are the two basic ways in which classes that can be run as threads may be defined?
State two differences between C and Java.
How do you generate random numbers in java?
What is multithreading in java?
Can you extend singleton class?