The .NET Developers Guide to Directory Services Programming
|
| < Day Day Up > |
|
10.2 Chapter Goals
After completing this chapter, you should be able to:
-
Understand the concept of reuse and the difference between procedural reuse and object reuse.
-
Identify the difference between composition and classification, and show how each is used in Java.
-
Implement reuse of procedural methods, as well as methods that rely on a state.
-
Evaluate designs based on cohesiveness and coupling.
|
| < Day Day Up > |
|