- Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about ? On this page you'll find 2 study documents about .
2 results
Exam (elaborations)
CS 2114 Final Review Exam Questions With Complete Answers
CS 2114 Final Review Exam Questions With Complete Answers...
Exam (elaborations)
CS 2114 Final Review questions with answers 2023
PopularWhen does a class use composition? - When it has a data field that's an instance of another class 
 
Give an example of a "has a" relationship. - The Name class has an instance of the String class as a data field 
 
What is an adapter class? - Using composition to write a new class that has an instance of your existing class as a data field and defines the methods that you want 
 
Define inheritance - enables you to organize classes so that common properties and behaviors can be defined just ...