0
So, can the method be named anything?
4 Respuestas
+ 16
No. You can't name your method static or any reserved keywords.
+ 10
@David
You should call me qwerty.(My old name)
Never knew you could put "@" at the beginning of a method name.(I don't know C#)
+ 3
@[Person with no name with user profile pic containing binary numbers] - What should I call you if I want to refer to you? 😵
In any case, you are correct about not being able to use reserved keywords for method names. Expanding on this point, it is worth mentioning that these can be used in C# if prefixing the method names with an "@" symbol.
https://code.sololearn.com/c8B1KhBXZxDm/#cs