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
What is the use of flag?
What is the major advantage of external iteration over internal iteration?
How many bits are in a sentence?
What is jvm? How its run?
How to sort an array from smallest to largest java?
What does math floor () do?
Explain about narrowing conversion in java?
Explain the importance of finally over return statement?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is nextline method in java?
Explain what access modifiers can be used for variables?
What is an anonymous class in java?
How many types of memory areas are allocated by jvm?
What is <> used for in java?
What are scalar data types?