| Java FAQ | ||
| JSP FAQ | ||
| Servlet FAQ | ||
XyzWs Java FAQ:
Is a class subclass of itself?
Printer-friendly version |
Mail this to a friend
|
Advertisement
|
Is a class subclass of itself?No. A class is not a subclass of itself. Chapter 6: Objects and Classes in The Complete Java 2 Certification Study Guide:
This following statement makes no sense if a class is a subclass of itself. Chapter 8: Class in JLS3.0:
|