Select the wrong statement about βrefβ keyword in C#
βA mechanism that binds together code and data in manipulates, and keeps both safe from outside interference and misuse.In short it isolates a particular code and data from all other codes and data. A well-defined interface controls the access to that particular code and data.β
Eight persons - P, Q, R, S, T, U, V and W are sitting around a circular table. S is to the immediate right of W. V is not next to either R or T. W is to the immediate right of T, who is sitting opposite to R. U and W are sitting opposite to each other.If V is to the immediate left of P, then who is to the immediate left of R
The correct way to define a variable of type struct abc among the following is struct abc { public string name; protected internal int age; private Single sal; }