WARNING These slides are not optimized for printing or exam preparation. These are for lecture delivery only. These slides are made for PowerPoint They may not show up well on other PowerPoint versions. You can download PowerPoint 2010 viewer from here.here These slides contain a lot of animations. For optimal results, watch in slideshow mode.
Assume we are building an online dating app. It allows users to indicate which other users they want to date. Complete the following partial class diagram to show the ‘wants to date’ associations. Man Woman
Assume we are building an online dating app. It allows users to indicate which other users they want to date. Complete the following partial class diagram to show the ‘wants to date’ associations. Man Woman wants to date
Assume we are building an online dating app. It allows users to indicate which other users they want to date. Complete the following partial class diagram to show the ‘wants to date’ associations. Man Woman wants to date
Assume we are building an online dating app. It allows users to indicate which other users they want to date. Complete the following partial class diagram to show the ‘wants to date’ associations. Man Woman wants to date * * * * ** * *
Man Woman wants to date * * Person
Man Woman wants to date * * Person WantsToDate
Man Woman Person WantsToDate 1 1 * * requestor target
OOP 4 Abstraction Encapsulation Inheritance Polymorphism
Data function
Data function
Data function Data function Student Course Lecturer
Data function Data Student
Data function Data Student cs2103: Course damith: Lecturer john:
Student john:
Student NgStudent PgStudent UgStudent
> Student NgStudent PgStudent UgStudent
:NgStudent :PgStudent :UgStudent :Lecturer study() foo() bar () goo ()
:Student :NgStudent :PgStudent :UgStudent :Lecturer
Basic SE knowledge [up to B+] Theory covered Practice in project internalize L1-L6 L7-L12 Intermediate SE knowledge [A- to A+] Today Better design Better code Better documentation