Assume for this question, the following method stub:
public boolean hasFlowers()
{
// code would go here
}
When we look at this method, what do we know when we see the empty parentheses () after the method name?
There are no hints for this question