asked 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.

answered
User Skiwi
by
7.9k points