Is it possible to interact between classes?

I am kinda new to classes and trying to call a variable from different class.
I mean, I define a

public var questionsAsked:String

variable in Main.as and want to call it from another class. but It gives me Access of undefined property questionsAsked. I think I am missing a point. :cantlook: