Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composition/Delegation terminology #8

Open
JonathanAldrich opened this issue Feb 12, 2024 · 0 comments
Open

Composition/Delegation terminology #8

JonathanAldrich opened this issue Feb 12, 2024 · 0 comments

Comments

@JonathanAldrich
Copy link
Contributor

I prefer to reserve the term Delegation to mean specifically the language construct, or design that closely reflects that construct--in particular, the delegator passes a pointer to itself to the delegatee, so the latter can call back into the former. I changed the Design for Reuse: Inheritance and Composition slides accordingly, along with the introductory text in lab 5.

However, the code for lab 5 still uses the Delegation terminology. It would be ideal to change this to reflect the lecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant