O
OpticTygre
If I have a Class "B" that Inherits Class "A", and my application uses class
"B", is there a way that I can keep from exposing properties, subs, and
events in the Class "A" base class from the application?
For example, if Class "A" has a "StateChanged" event that I don't want the
application to see, is there a way to hide exposure to that event in Class
"B"?
Thanks for any help.
-Jason
"B", is there a way that I can keep from exposing properties, subs, and
events in the Class "A" base class from the application?
For example, if Class "A" has a "StateChanged" event that I don't want the
application to see, is there a way to hide exposure to that event in Class
"B"?
Thanks for any help.
-Jason