Overriding Methods and Inheritance in Java
(Page 1 of 6 )
In this article, I shall discuss the following topics on programming with OOPS (especially single/multilevel inheritance) in Java using NetBeans IDE: overriding in single inheritance, overriding in multilevel inheritance, and how to call super class methods during overriding.
A downloadable file for this article is available
here.
I already introduced NetBeans IDE in my first article titled "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 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, which you can find here. 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 also part of a series) 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.
Next: An example of overriding methods in single inheritance: code >>
More Java Articles
More By Jagadish Chaterjee