|
Problem:
You want to alter the order in which the object initializers of parent classes are called for your subclass. For example, your subclass requires that the initialization for one parent class takes place before another parent class. Solution:
Discussion: (You can do some of this by simply changing the order in which multiple parents are inherited. Would there ever be a need for anything more dramatic than that?)
|