Changes

Jump to: navigation, search

Programming Stream

11 bytes removed, 10:59, 28 March 2014
Fifth Draft of the Learning Outcomes
* '''model polymorphic behavior''' using interfaces, virtual functions and templates (generics) <u>to amplify the reusability of code</u>
* implement solution artifacts using algorithms from the standard template library <u>to make use of existing technologies</u>
* implement asynchronous execution '''concurrency''' within a programming solution using multi-threading <u>to improve the performance of a program</u>
* '''trace the execution of a program that includes a linked list''' <u>to debug an application</u>
* '''model polymorphic behavior''' using interfaces, virtual functions and templates (generics) <u>to amplify the reusability of code</u>
* implement solution artifacts using algorithms from the standard template library <u>to make use of existing technologies</u>
* implement asynchronous execution '''concurrency''' within a programming solution using multi-threading <u>to improve the performance of a program</u>* implement persistent storage '''persistence''' of objects and collections of objects using file stream objects <u>to backup data for future restoration</u>
* <s>trace the execution of program instructions that include a linked list</s>

Navigation menu