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
Is there any difference between synchronized methods and synchronized statements?
5 Coding best practices you learned in java?
What is space character in java?
What is the meaning of variables in research?
What is the benefit of abstract class?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Why to use nested classes in java?
Explain illegalmonitorstateexception and when it will be thrown?
What is the difference between preemptive scheduling and time slicing?
What are the states of thread in java?
What do you mean by multithreaded program?
Can we assign null to double in java?
What is a private class in java?
Can java cast null?
Is string is a class in java?