Multiple Choice
Which of the following statements is false
A) Extension methods must be defined as static methods in a static class.
B) The compiler implicitly passes the object that's used to call the method as the extension method's first argument. This allows you to call an extension method as if it were an instance method of the extended class.
C) An extension method's fully qualified name is the name of the class in which the extension method is defined, followed by the name of the method and its argument list. When using the fully qualified method name, you must specify an argument for the first parameter.
D) If the type being extended defines an instance method with the same name as your extension method and a compatible signature, the extension method shadows the instance method.
Correct Answer:

Verified
Correct Answer:
Verified
Q65: Data members declared as readonly must be
Q66: C#6] It's common to include in an
Q67: The compiler will create a default constructor
Q68: User-defined classes may be composed of other
Q69: displays the variables and methods for all
Q71: Instance variables or methods declared with the
Q72: In a method in which a parameter
Q73: The classes,variables and methods in a program
Q74: A class's initializes members of that class.<br>A)
Q75: The garbage collector looks for objects with