Open main menu

CDOT Wiki β

Changes

Programming Stream

633 bytes added, 14:53, 14 March 2014
OOP344/BTP300
revision to reduce the number of topics that must be tested (March 14 2014):
OOP344:
# model collections of objects using sequential containers, multi-dimensional arrays and linked lists
# model the hiding of information using function objects and closures
# implement solution artifacts using algorithms from the standard template library
# implement asynchronous execution within programming solutions using multi-threading
 
BTP300:
# model collections of objects using sequential containers, multi-dimensional arrays and linked lists
# model the hiding of information using function objects and closures
# model generalization and specialization of object properties using inheritance hierarchies
# model polymorphic types using interfaces, virtual functions and templates (generics)
# implement solution artifacts using algorithms from the standard template library
# implement asynchronous execution within programming solutions using multi-threading
# implement persistent storage of objects and collections of objects using file stream objects
== To Be Done ==