225.

True of false: When implementing cloning within an inheritance hierarchy it is common practice to make the method dynamically bound.

In the presence of inheritance, dynamic binding of the Clone method is desirable to ensure that the correct version is called even when the method is invoked through a base class reference.