C# Tips

Today's C# Quiz

Quiz

Which of the following statements is a correct method prototype?

void M(string old, string @new)
void M(int a, out b)
int string M(decimal d)
sealed int M(int a)

Tip

Answer