11.7k views
4 votes
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 ____.

1 Answer

4 votes

Answer:

Static Methods.

Step-by-step explanation:

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 Static Methods.

User Skiwi
by
3.1k points