|
Problem:
You are creating a new subclass of an existing class. Your subclass, however, needs to perform initialization decidedly different from that assumed by the parent class. You want to "take over" the initialization from the parent class, such that the parent class initialization is not performed. Solution:
Discussion: Issue: Dangerous.
|