M
My4thPersonality
1st, simple question, is there a protected in C#?
I mean a comparable keyword like the C++ protected, which defines a member
as accessable for decendants, but not for the outside world.
Then, a more complicated question, is privat in C#, then comparable with
protected, or private in C++. Or to say it in other words, if I declare a
member private in C#, can I access it in a decendant class?
I mean a comparable keyword like the C++ protected, which defines a member
as accessable for decendants, but not for the outside world.
Then, a more complicated question, is privat in C#, then comparable with
protected, or private in C++. Or to say it in other words, if I declare a
member private in C#, can I access it in a decendant class?