Unless a 'Using' statement is added to include the Math class, calls to members like Round( ), Max( ), and Exp( ), must be called using the class name, because they are all ___________.
A. instance methods
B. static methods
C. objects
D. private methods