1
Answer

method created with this() in header

Tamas Szigeti

Tamas Szigeti

11y
986
1
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)