Suppose I am working on the first build of a class with one method. I decide to only code the skeleton of my method and not the whole thing:

public void turnAround()
{

}
What is the proper name for this "skeleton method"?

A method stub
  • A work-in-progress method
  • A skinny method
  • An empty method

There are no hints for this question