Nitpicking on function declarations

Hey guys,
Loving the course material so far, but I have a slight nitpick that I figured I would bring up. This is probably because I mostly work in C++ instead of C# but I got a little thrown seeing “declaration” used instead of “definition”:

I think technically option 3 is a declaration, and the correct option would be a definition, although after a bit of research I’m realizing that in C# function declarations don’t really exist. It still tripped me up though so I figured I would post in case anyone else was in the same kind of boat.

Thanks!

Privacy & Terms