| |
| Recipe 5.8: Performing Object Initialization Before Parent Class Initialization |
Last Updated: Sep 8, 2003
Status: Draft
|
|
|
|
How important is this problem to you?
(Login to Vote)
5.00 Rating, 2 Votes
|
|
How acceptable is the proposed solution?
(Login to Vote)
0.00 Rating, 0 Votes
|
|
Problem:
   
You are creating a subclass of a parent class. You want to perform some object initializations before the initializations specified by your parent class take place; for example, because your parent class needs the information in order to perform its own initialization correctly.
Solution:
Discussion:
|
|