#include "olaplayer.h" Player * jFactory(const Vector & dictionary, int numWords, const string & name) // precondition: dictionary = list of numWords valid words, // dictionary is sorted { // change name of class as appropriate return new OlaPlayer(dictionary, numWords,name); }