Declaring Class Variables / Calling Constructors

  1. Is there a way in Arduino to declare a variable of a class and later assign an instance to it?

tamberg, can you elaborate on this question? Are you trying to create an instance of an object1 within another class (say...MyClass2). Then set variables of object1 via a method of object1?