Showing posts with the label OOPS

Access specifier rule in c#

public The type or member can be accessed by any other code in the same assembly or another assembly that references it. private …

Read More »
Load More That is All