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 |
How many types of literals are there in JAVA?
What are the features of java?
Which Math method is used to calculate the absolute value of a number?
What is the Dictionary class?
What is an error in java?
What is meant by constructor?
Where is stringbuffer stored?
What is classname class in java?
How can you read content from file in java?
What is difference between abstract class & final class
what happens when a thread cannot acquire a lock on an object? : Java thread
can any one send me the example program of immutable class?