Java violates few objected oriented concepts. Can you
explain in what way?
Answer Posted / pushpa
Multiple Inheritence
even if it is supported through the interfaces
it's not possible through basic object oriented concepts
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is static data type in java?
Explain thread life cycle in java?
What is unmodifiable collection in java?
What is bubble sort in java?
What is array command?
Which is faster call by value or call by reference?
What is difference in between java class and bean?
What is the nested interface?
How do we access static members in java?
How do you differentiate abstract class from interface?
What is compareto () in java?
How can a gui component handle its own events?
How would you use Bubble Sort to sort the number of elements?
Why call by value prevents parameter value change?
Does sprintf allocate memory?