class a extends b
{
}
class b extends a
{
}
why java doesn't support cyclic pls explain me with example
Answer Posted / anandhi
java is nt support multiple inheritance... so we have go to
nxt level interface program... we will use interface
concept then this pgm possible
| Is This Answer Correct ? | 1 Yes | 17 No |
Post New Answer View All Answers
How to display names of all components in a Container?
How much ram can a 64 bit processor theoretically?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Can we convert stringbuffer to string?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Compare java and python.
What is instanceof keyword?
What is void class in java?
What does system out println () do?
What is the byte order of byte buffer?
What is collection api?
What is comparator in java?
Can a set contain duplicates?
how to deploy tomcatserver to weblogic server? write d following steps?
Will set allow duplicates in java?