I have this assertion because seems the following line's function is to add additional base classes to the child class when child class is loaded. So I guess if I declared this inheritance relationship using 'extends' in the beginning, then I do not need to load it using this line. Am I right?