Reply to thread

The only way that is possible is, you must have a base class that has a Clone() method marked as virtual. That way, if you dont create a Clone method, it will just call the Clone method in your base class.


Back
Top