Quote:
Originally Posted by FordGT90Concept
You have to change the access modifiers on properties in the Face class to "protected" if you want an inherited class to have access to it. "private" will hide it from everything except itself.
@Kreig: It's the same as C#. XD
|
I'll post the code in a bit. But what i'm looking at is "public enum faces {king, queen, jack, ace}" and subsequently "public faces face;" as part of FaceCard. Are you saying i should use protected instead of public?