"The only test of the utility of Knowledge, is its promoting the happiness of mankind." — Dr. STARK on Diet, p. 90.
1 Develop code that implements tight encapsulation, loose coupling, and high cohesion in classes, and describe the benefits.
1.1 Encapsulation
1.1.1 Definition
1.1.2 Achieving
1.2 Loose coupling
1.2.1 Definition
1.2.2 Achieving
1.3 High cohesion
1.3.1 Definition
Uniformity of the method goal.
1.3.2 Achieving
1.3.2.1 Methods of a class are closely related.
1.3.2.2 Methods carry out similar kinds of tasks and are not sensitive to variations in data.