J
John Sparrow
Just looking for confirmation: the only type of class interitance in C# is
public, right?
I can't find anywhere in the docs where this is explicitly stated. But I'm
assuming they've abandoned the complexities of C++ private inheritance.
This certainly doesn't work:
public class Tester : private MyBase {}
Thanks,
John
public, right?
I can't find anywhere in the docs where this is explicitly stated. But I'm
assuming they've abandoned the complexities of C++ private inheritance.
This certainly doesn't work:
public class Tester : private MyBase {}
Thanks,
John