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
What is a generic code?
Can java hashmap have duplicate keys?
Can java run on google chrome?
What is file in java?
Is map sorted in java?
Explain about collection interface in java?
What is difference between path and classpath variables?
Can inner class be public in java?
What is the method to declare member of a class static?
What are the different types of sorting in java?
How would you convert bytes to string?
How do you check if a character in a string is a digit or letter?
Explain about the security aspect of java?
What is object in java?
What is a “stateless” protocol ?