Results 1 to 2 of 2
Thread: coupling
- 05-16-2007, 03:52 PM #1
Member
- Join Date
- May 2007
- Posts
- 1
- Rep Power
- 0
- 05-16-2007, 04:06 PM #2
There are tons of articles if you google java coupling. You may want to read some of them.
Understanding Coupling
Java Coupling and Cohesion > Introducing Coupling and Cohesion
Coupling and Cohesion: The Two Cornerstones of OO Programming
Java(TM) Boutique - Tutorial - Coupling and Cohesion: The Two Cornerstones of OO Programming
As for copying an Object, it really depends on what your need is.
YOu can just create a new object with the same settings as the first object or you could clone. It just depends on what your objective is in copying the object.


LinkBack URL
About LinkBacks

Bookmarks