Course 2 is Introduction to OO Programming using Java. This course will teach you how to create Java classes that follow the Encapsulation principle, how to use Strings and print out advanced math functions, and how to create Java classes that show this principle.
We will start with a quick refresher of the essential concepts in Object-Oriented Programming. Next, we will introduce Java concepts about classes. This will allow you to begin writing basic Java classes with attributes or methods. Instances, objects that are created from classes, will be introduced to help you build object-oriented solutions. We'll also cover Java Libraries and namespaces to show how Java packages Java classes. This will allow everyone to create code without name collisions. You will be able organize and access classes as well as use certain standard classes from Java's runtime environment. You should have completed Course 1: Introduction To Java or equivalent knowledge to be successful in this course.