原创 CoreJava Volume 1 Chapter 5 - Inheritance

Classes, Superclasses, and Subclasses Defining Subclasses public class Manager extends Employee { added methods

原创 CoreJava - Chapter 4: Objects and Classes

Introduction to Object-Oritented Programming Introduction Each object has a specific functionality, exposed to its use

原创 Beginning Linux Programming - Chapter 1: Getting Started

Unix, Linux, and GNU Unix The UNIX operating system was originally developed at Bell Laboratories, once part of the te

原创 CoreJava - Chapter 2: The java Programming Environment

2.1 Installing he Java Development Kit Java Jargons Java Development Kit (JDK): The software for programmers who want

原创 CoreJava - Chapter 1: Introduction to Java

1.1 Java as a Programming Platform Java is not only a programming language, but also a platform 1.2 The Java "White Pap

原创 CoreJava - Chapter 3: Fundamental Programming Structures in Java

3.1 A Simple Java Program public class FirstSample { public static void main(String[] args) { System.o