Doing more than one parent() call is a bad design in most cases. In reality, you should have methods in your parent objects to return you a proper pointer of an object you want. Then you'll be sure the pointer return is valid and of proper type.
Doing more than one parent() call is a bad design in most cases. In reality, you should have methods in your parent objects to return you a proper pointer of an object you want. Then you'll be sure the pointer return is valid and of proper type.
Bookmarks