Imagine you saw the following line in code.

              // this code was written by Herlock Sholmes
            
Which of the concepts you learned about in this module would you recognize it as?

a single line comment
  • a variable declaration
  • a method being called
  • an object being created

There are no hints for this question