Skip to main content
ICT
Lesson A2 - Object Oriented Programming
 
Main   Previous Next
 

Summary/Review page 8 of 10

A programmer designs and writes classes that can later be used in other classes to create objects of that class. The objects then work together to solve your problem. Breaking down a large problem into a collection of smaller problems in this way is a very useful programming technique. When designing a class, we must consider the behaviors and attributes of the objects created from that class, as well as how we will create those new objects.

Main   Previous Next
Contact
 © ICT 2006, All Rights Reserved.