1
Answer

method created with this() in header

If a method is created like below, what is the result of ":this()" at the end? why can it be needed?

 public Product(int new_id, short product_name, string product_type) : this() 

Thanks

Answers (1)