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 boolean output?
What is console based application in java?
What is balanced tree in java?
what is interface in java? Explain
What is static import in java?
What is the method to declare member of a class static?
What is a parameter in a function?
How many unicode characters are there?
What is the use of protected in java?
What is the difference between the direct buffer and non-direct buffer in java?
What is meant by distributed application? Why are we using that in our application?
What is bytecode verifier?
What is the difference between int and integer in java?
Describe method overriding
Explain what are final variable in java?