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 class allows you to read objects directly from a stream in java programming?
What is the scope or life time of instance variables?
Why do I need to declare the type of a variable in java?
What is a Transient Object?
What are different types of encoding?
Which non-unicode letter characters may be used as the first character of an identifier?
Difference between predicate, supplier and consumer ?
State the difference between strings and arrays.
Can you have two constructors in java?
How to reverse string in java?
What are the difference between composition and inheritance in java?
What is the main use of java?
What kind of variables a class can consist of?
What is the purpose of the finalize() method?
Which is better singleton or static class?