is just like in c++ possible to declare the objects of the form we're inheriting from private? like

class myClass : private myMotherClass {
}

i dont think it is possible but if it someone could point me how? i think it's a big lack .net don't support that :\