Hi,
I'd like to be able to create a class that inherits "Label". I want to
define a number of properties and methods for my new class.
The Question:
Can I prevent a user of this new class from accessing all of the properties
and methods of the base "Label" class. Some, like "Text" will need to be
available.
I'd appreciate any advice.
Art
I'd like to be able to create a class that inherits "Label". I want to
define a number of properties and methods for my new class.
The Question:
Can I prevent a user of this new class from accessing all of the properties
and methods of the base "Label" class. Some, like "Text" will need to be
available.
I'd appreciate any advice.
Art
Comment