<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="./cd.xsl"?>
<course xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="./ClassDescription.xsd">
	<title>Introduction to Object Oriented Analysis and Design</title>
	<navbar>
		<tab href="../index.html">Home</tab>
		<tab href="../training.html">Training</tab>
	</navbar>
	
	<description>
		<p>Intro to OOAD provides an overview of object-oriented technology, including a historical perspective and a survey of current
			trends. Topics include: increasing productivity, accuracy, and time to deployment with object-oriented techniques, as well as
			the necessity of thinking in terms of objects. You will also learn the common basis of object-oriented design delivered in
			real-world examples and demonstrations.</p>
	</description>
	<length>4 days</length>
	<prerequisites>
		<prerequisite>Beginning to intermediate programming in Java, C++ or C# (other programming languages may be acceptable)</prerequisite>
	</prerequisites>
	<objectives>
		<objective>Understand and Use basic UML</objective>
		<objective>Understand basic Object Oriented Design Principles</objective>
		<objective>Understand UML Use Case, Class, Activity, and Sequence Diagrams </objective>
		<objective>Be able to use OO Analysis and Design on both large and small scale software projects</objective>
	</objectives>
	<syllabus>../IntroOOADSyllabus.pdf</syllabus>
	<price>$600/student</price>
</course>

