I have 3 classes, 1 of them abstract, and the other two regular classes that inherit from the abstract class. How can I define properties in abstract classes and get them to work in the main program. If they are defined just like they are in the normal class, how can I change the properties of the abstract class in the main bit of code?
Thanks,
