Home arrow Java arrow Single Inheritance for Classes in Java
JAVA

Single Inheritance for Classes in Java


This article discusses the following topics that concern programming with OOPS (especially single inheritance) in Java using the NetBeans IDE: single inheritance, the role of constructors in a super class, and the role of constructors in a sub class.

Author Info:
By: Jagadish Chaterjee
Rating: 3 stars3 stars3 stars3 stars3 stars / 18
July 24, 2006
TABLE OF CONTENTS:
  1. · Single Inheritance for Classes in Java
  2. · An example of single inheritance: code
  3. · An example of single inheritance: explanation
  4. · The role of the default constructor in the super class during single inheritance
  5. · The role of the default constructor in the sub class during single inheritance
  6. · The role of constructor overloading during single inheritance

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Single Inheritance for Classes in Java
(Page 1 of 6 )


A downloadable file for this article is available here.

I already introduced the NetBeans IDE in my first article at http://www.devarticles.com/c/a/Java/Developing-Java-Applications-using-
NetBeans/
. Even though that article is fairly introductory, the next two articles concentrate on the basics of JFC. You can find the next two articles here:

http://www.devarticles.com/c/a/Java/Working-with-JFCSwing-Controls-using-
NetBeans-IDE/

http://www.devarticles.com/c/a/Java/Creating-Control-Buttons-with-NetBeans-
IDE/

If you are new to NetBeans IDE, I strongly suggest you to go through the above existing articles first, before proceeding with this one. If you are new to OOP in Java using NetBeans IDE, I suggest you go through my first article in this same series at "http://www.devarticles.com/c/a/Java/A-Fast-Gateway-to-OOP-in-Java-
using-NetBeans-IDE/
." If you are new to developing Microsoft SQL Server-based Java applications, I request you go through another article of mine (of course, this is part of a series as well) at:

http://www.devarticles.com/c/a/Java/Developing-SQL-Server-based-Java-Apps-
using-NetBeans-IDE/

I will not be going through each and every step of creating and working with projects in NetBeans IDE, as all of those issues have been covered very clearly at the above links.


blog comments powered by Disqus
JAVA ARTICLES

- Deploying Multiple Java Applets as One
- Deploying Java Applets
- Understanding Deployment Frameworks
- Database Programming in Java Using JDBC
- Extension Interfaces and SAX
- Entities, Handlers and SAX
- Advanced SAX
- Conversions and Java Print Streams
- Formatters and Java Print Streams
- Java Print Streams
- Wildcards, Arrays, and Generics in Java
- Wildcards and Generic Methods in Java
- Finishing the Project: Java Web Development ...
- Generics and Limitations in Java
- Getting Started with Java Web Development in...

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials