Can classes reference eachother?

Hello!

Can two classes reference eachother?

I have a main which loads pictures and buttons. When a button is clicked everthing from the display list is removed through removeChildAt and then the a custom video class is initiated. Then when the back to video button is clicked I am trying to go get all of the things from the main class to load.

Thanks if you can help!