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 are some alternatives to inheritance?
What method is used to compare two strings ?
What is unicode full form?
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
When should the method invokelater() be used?
What data type is true or false?
What are the methods used to implement for the key object in the hash map?
Explain about global variables in Java?
What is the difference between stringbuffer and stringbuilder class?
What is variable and constant explain with example?
what are the rules to use try catch finally?
What is the final blank variable?