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

14y
3.6k
0
Reply