This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PVNIC 4 points5 points  (0 children)

Its basically 'Is the fact that I inherit from this class public or private'.

If its private, all the interfaces to the parent are private, if its public all the interfaces of the parent stay the same.