Name april = new Name("April", "Jones");
Name twin = (Name)april.clone();

twin.setLast("Smith");
// Version 4.0
