Can a class be subclass of itself?
Answers were Sorted based on User's Feedback
Answer / avinash chand
In Java every class is a subclass of object class....
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / kimiya
is there any where to have write and exacte answers ?
in my opinion its not logical...why shoud a class extends
itself??...
but i know when ever someone asks a question like this
answer is yes and he like to answer why..!!?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / diganta kumar
yes .thing is that the two class with same name will be
present in different package,then the class can extend the
same class.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is nullpointerexception in java?
Explain the importance of finalize() method.
What is an object in java and how is it created?
Can you explain the meaning of aggregation and composition
What is meant by class and object in java?
What are constants and how to create constants in java?
What happens if I remove static from main method?
What are methods of a class?
What is r * in math?
what is the difference between the methods sleep() and wait()? : Java thread
is there any function in java to make the text to blink?
Can we sort arraylist in java?