Donal Lafferty
Trinity College, Dublin
3 Papers
122 Citations
Donal Lafferty is an academic researcher from Trinity College, Dublin. The author has contributed to research in topics: Programming domain & Unique identifier. The author has an hindex of 2, co-authored 3 publications.
Chat about Author
Papers
Language-independent aspect-oriented programming
Donal Lafferty,Vinny Cahill +1 more
- 26 Oct 2003
TL;DR: The term aspect-oriented programming (AOP) has come to describe the set of programming mechanisms developed specifically to express crosscutting concerns, which are composed, or woven, with traditionally encapsulated functionality referred to as components.
•Book
Learning to Program the Object-Oriented Way with C#
Vinny Cahill,Donal Lafferty +1 more
- 26 Jul 2002
TL;DR: Object-oriented Programming is introduced, writing a C# Class that Uses Class Rectangle is written, and problems with Implementing "Is-A" Relationships are solved.
4
Case Study — Putting It All Together
Vinny Cahill,Donal Lafferty +1 more
- 01 Jan 2002
TL;DR: This chapter describes the design of a large object-oriented program that implements a simple libray database management system and introduces the use of diagrams to represent the relationships between the classes in a program.