What is different about this function? +(void)doSomething;
+(void)doSomething;
It is abstract.
It is static
This code contains an error.
It is inline.