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 find the index of the largest number in an arraylist java?
what is meant by encapsulation?
What is callablestatement? How you can call stored procedure to pass in parameter?
Write a program to search a number in the given list of numbers.
Is void a keyword in java?
How do you replace a string in java?
What are the two ways in which thread can be created?
Define how does a try statement determine which catch clause should be used to handle an exception?
What are peerless components in java programming?
What does next mean in java?
When should I use singleton?
What is meant by class loader? How many types are there? When will we use them?
What is compareto () in java?
Is void a data type?
Can we restart a dead thread in java?