hi,

Is it possible to inherit another class, but hide all the base classes objects from the users that instantiate our class, i mean so when are object was created , users can access only the events,methods and properties of our class and not the base classes.
( we should still be able to use the base class methods from in our own program, anyway thats why we inherited it )