Which of the following is a class header that indicates a class named Amphibian is being defined and it is derived from the Animal class?
Which of the following statements is not true about extensio…
Which of the following statements is not true about extension methods?
If you want a property to be read-only to all code outside t…
If you want a property to be read-only to all code outside the class, but you want methods inside the class to be able to change the value of the property, you should ________.
When you have identified the actions that a class is respons…
When you have identified the actions that a class is responsible for doing, then you have identified the class’s ________.
Classes are ________ types.
Classes are ________ types.
To add an object of a class to a List you use the ________ m…
To add an object of a class to a List you use the ________ method.
When you have identified the information that a class is res…
When you have identified the information that a class is responsible for knowing, then you have identified the class’s ________.
Each of the ________ in the description of a problem domain…
Each of the ________ in the description of a problem domain is a potential class.
When you call a method and pass a class instance as an argum…
When you call a method and pass a class instance as an argument, the parameter variable becomes a(n) ________ to the object.
A string within a string is called a ________.
A string within a string is called a ________.