Multiple Choice
Classes can have a "has a" relationship. This is a concept called ____ or aggregation.
A) "is a"
B) inheritance
C) polymorphism
D) containment
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q59: In order to inherit from a user-defined
Q60: Calls to the ToString( ) method emphasize
Q61: Prior to the introduction of generics, one
Q62: Enabling reuse of code through extending the
Q63: Polymorphic programming is associated with the _.
Q65: Which keyword instructs the compiler to infer
Q66: Classes that inherit from a base class
Q67: Through _ the CLR determines which method
Q68: Adding an abstract modifier to a class
Q69: _ is an object oriented feature that