Hiding properties of extended class

Is there a way to hide properties or methods of an extended class?

Ie, I want most of the extended properties and methods to be accessible but I want to hide others and use my own instead (not just overriding).