2
Reply

Which oops technique is used in the below class. public class Myclass{ private int i; public int SetTheValue { get { return i; } set { i=value; } } }

subhash

subhash

15y
3.9k
0
Reply