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"?
There are no hints for this question