Douglas C. Schmidt Case Studies Using Patterns Case Study …
Short Description
Object-Oriented Design Case Studies with. Patterns & C++. Douglas C. Schmidt. Professor. Department of EECS. d.schmidt@vanderbilt.edu. Vanderbilt University …
Website: www.cs.wustl.edu | Filesize: 846kb
Content
Object-Oriented Design Case Studies with
Patterns & C++
Douglas C. Schmidt
Professor Department of EECS
d.schmidt@vanderbilt.edu Vanderbilt University
www.dre.vanderbilt.edu/schmidt/ (615) 343-8197
OO Pattern Examples Douglas C. Schmidt
Case Studies Using Patterns
The following slides describe several case studies using C++ & patterns
to build highly extensible software
The examples include
1. Expression Tree
{ e.g., Adapter, Factory, Bridge
2. System Sort
{ e.g., Facade, Adapter, Iterator, Singleton, Factory Method, Strategy,
Bridge
3. Sort Verier
{ e.g., Strategy, Factory Method, Facade, Iterator, Singleton
Vanderbilt University 1
OO Pattern Examples Douglas C. Schmidt
Case Study: Expression Tree Evaluator
The following inheritance & dynamic binding example constructs
expression trees
{ Expression trees consist of nodes containing operators & operands
Operators have dierent precedence levels, dierent associativities,
&…
Get the file Download here
Related Books:Related Searches: design case studies, douglas c schmidt, expression trees, precedence levels, object oriented design
Comments
Leave a Reply