If you really want to build a .NET profile.Please get the oops concept correct.When you inherit any class , you do inherit the private members and methods BUT you cannot access them in the derived class.
I think you missed the concept of the code. It shows that in .net framework by declaring inline class Private Members of parent class are accessible in derived classes.
If you really want to build a .NET profile.
ReplyDeletePlease get the oops concept correct.
When you inherit any class , you do inherit the private members and methods BUT you cannot access them in the derived class.
I think you missed the concept of the code. It shows that in .net framework by declaring inline class Private Members of parent class are accessible in derived classes.
Delete