When should you make a method static? Can static methods access object data?

What will be an ideal response?

When the method doesn't operate on a current object. No, static methods are not passed a current object so they don't have access to object data.

Computer Science & Information Technology

You might also like to view...

________ text flashes on and off as the document is viewed onscreen

A) Shadow B) Hidden C) Blinking D) Outline

Computer Science & Information Technology

When defining arguments for the DATEADD function, the "yyyy"setting and the "y" setting both represent the number of years to be added to the date argument

Indicate whether the statement is true or false

Computer Science & Information Technology