/** 
 * 
 * PACKAGE INFO * 
 *   
 * Visit the following @WebDocuments({"Lectures/Interfaces.pptx", "Lectures/Interfaces.pdf", "Videos/Interfaces.avi"})
classes for this praxis. 
 * {ConceptualType}
 * {PolymorphicType} 
 * 
 */

package lectures.interfaces;
import util.annotations.WebDocuments;