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 serial version uid and its importance in java?
Where is java located?
How to obtain a performance profile of java program
What is computer compiler?
What is t in parametric equations?
Explain java coding standards for variables ?
What does || mean in code?
How will you reverse a singly-link list?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is currentthread()?
Write a method to check if input string is palindrome?
What are meta-annotations?
How to split a string in java?
What is the purpose of javac exe?
Define iterator and methods in iterator?