Question number

Answer

1

It looks where we tell it to using from.

2

We can use the * wildcard, like so: from file import *

Question number

Answer

1

By storing a reference to the second class in a variable in the first class.

2

This creates additional references that will have to be deleted to properly clean up the class instance later on.