| Mobile | RSS

Java Tutorial : Implementing Interfaces – Example

Java Tutorial : Implementing Interfaces – Example

David Johnson is the owner of Safest Software Co. that deals in buying and selling of hardware and software computer products. Don Allen, an employee of the Safest Software Co. is assigned the task to develop a Java application to keep track of the inventory of the computer hardware and software products. The application consists [...]

[ More ] 15th Jan, 2010 | 1 Comment | Posted in Java
Java Tutorial : Inheritance In Java – Part 1

Java Tutorial : Inheritance In Java – Part 1

Java supports inheritance that enables a class to inherit data members and methods from another class. Inheritance enables you to reuse the functionalities and capabilities of the existing class by extending a new class from the existing class and adding new features to it. Introduction to Inheritance In inheritance, the class that inherits the data [...]

[ More ] 4th Sep, 2009 | 2 Comments | Posted in Java