Multiple Choice
What kind of a class might be considered to be "fragile"?
A) A built in class that is overloaded.
B) A class that depends on being passed parameters from another method.
C) A class that depends on field names from parent classes.
D) A class that has no destructor method.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: When using a derived class that contains
Q28: Reusing existing classes and interfaces makes the
Q29: System.Console is an example of a class
Q30: You can assign a derived class object
Q31: What can be used as a type
Q33: Show an example of a class definition
Q34: What keyword always refers to the superclass
Q35: When all base class constructors require arguments,
Q36: What type of method has no method
Q37: What happens when you declare a property