Properties are used to access or modify the private members (private variables). We can say it’s a mediator between private variables and initialization. Below we have two private members one is private string name and private string address.