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 do encapsulation in java?
What is the difference between ArrayList and Vector? which one is better in Java
What is quick sort in java?
How do you clear a list in java?
Difference between static binding and dynamic binding?
What are runtime exceptions?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What do you mean by thread safe?
How do you sort arrays in java?
Why is java logo a cup of coffee?
How big is a gigabyte?
What are inbuilt functions?
What are the differences between abstract class and interface?
What are variable arguments or varargs?
What is difference between Heap and Stack Memory?