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 bifunction in java?
What is the difference between a method and a procedure?
How the threads are synchronized?
Why string is not a wrapper class?
Can a private method be declared as static?
What is object of class in java?
what do you meant by Platform-Independent?
What is palindrome in java?
What modifiers may be used with a top-level class?
What is the use of default method in interface in java?
What is stringwriter?
What are the core java topics?