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 purpose of keyword void?
How is a variable stored in memory?
Can a final variable be manipulated in java?
What is anti pattern in java?
Is java se open source?
What are three types of loops in java?
What is a ?
What is literal example?
Where are register variables stored?
Why Java is not pure Object Oriented language?
Is null a string in java?
What is the benefit of inner classes in java?
What function extracts specified characters from a string?
What are the 4 versions of java?
What are the rules for variable declaration?