If I have two classes:
class A { int property; } class B { }
Is there a way to access the variable "property" of class A from cl