Check out example codes for "call another constructor c#". It will help you in understanding the concepts better.
Code Example 1
public class People: User
{
public People (int EmpID) : base (EmpID)
{
// Add more statements here.
}
}
Learn ReactJs, React Native from akashmittal.com