constructor overloading

  • Thread starter Thread starter Rude Dog
  • Start date Start date
R

Rude Dog

The question below was probably asked, but I couldn't find
it.

If you have a class with an overloaded constructor, how do
you have one constructor call another? In Java the this
operator does the trick. What about C# ?
 
Back
Top