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
7.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.