java doesnot support multiple inhetance. but a interface can
support.how the ambiguities are rectified in interfaces?
Answer Posted / madhu
The question itself ambiguous. If it is, how could you
overcome the ambiguity of not supporting multiple
inheritance but has a partial support of it by the means of
interfaces? Then the answer could read like this.
Java does not support multiple inheritance but does it
partially by means of interfaces. Interfaces are not actual
entities but is an abstraction. Hence the method
declarations and variable declarations but not exact
implementation, like the classes.
There is no rectification required anywhere here because
there are no errors in this concept. It is just another way
of interpreting OOPS, unlike in C++ or Ada (where multiple
inheritance is allowed).
Good Luck my fellow readers, for all your interviews.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is EJB object?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
What is the difference between ejb and java beans?
What is entity bean in ejb?
Is it possible to have threading in ejb?
What are the limitations of using local object?
What is entity bean?
What is mdb in ejb?
What do you mean enterprise javabeans (ejb) container?
What’s new in the ejb 2.0 specification?
What do you mean by re-entrant? Can you say that session beans as re-entrant? Can entity beans be specified as re-entrant?
Explain the concept of local interfaces?
Define ACID Properties?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What is an entity manager?