Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
C# Programming From Problem Analysis to Program Design Study Set 1
Quiz 11: Advanced Object-Oriented Programming Features
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Classes can have a "has a" relationship. This is a concept called ____ or aggregation.
Question 22
Multiple Choice
Components are implemented in C# through ____.
Question 23
Multiple Choice
By defining data members as private, you protect the data and enable access only through the object's methods and properties. This describes the ____ feature.
Question 24
True/False
Software components often take the form of classes or collections of methods.
Question 25
Multiple Choice
Enabling multiple implementations of the same behaviors so that the appropriate implementation can be executed based on the situation describes ____ as it relates to object oriented development.