void PrintName() { CorporateCustomer cc = new CorporateCustomer(); cc.Name = "Anand"; // OR base.Name = "Dev"; this.Name = "Singh"; }