/* Author : Michael Robinson Program : webPageHome.java Purpose : This class is called a SUB-CLASS because it INHERITS from the SUPER-CLASS cssDefaults This class can contain methods with the same name as the methods in the SUPER-CLASS overriding the SUPER-CLASS methods. This class can also have their own additional methods. Updated : July 31, 2099 */ //extends means that this class inherits all the public code from an //external class called ccsDefaults public class webPageHome extends cssDefaults { }