October 2008
Beginner to intermediate
680 pages
16h 48m
English
Go back to your solution for exercise No. 3 at the end of Chapter 2. For all the classes you suggested, list the pairwise associations that you might envision occurring between them.
If the class FeatureFilm were defined to have the following methods:
public void Update(Actor a, string title); public void Update(Actor a, Actor b, string title); public void Update(string topic, string title);
which of the following additional headers would be allowed by the compiler?
public bool Update(string category, string theater); public bool Update(string title, Actor a); public void Update(Actor b, Actor a, string title); public void Update(Actor a, Actor b);
Given the following simplistic code, which illustrates overloading, overriding, and ...
Read now
Unlock full access