Which is the prototype for a pure virtual function in class TVGame called StartGame which has no inputs and returns a bool?
A. bool virtual StartGame()
B. virtual bool StartGame() = 0;
C. virtual bool TVGame::StartGame(string) = 0;
D. bool virtual TVGame::StartGame(string) = 0;
B. virtual bool StartGame() = 0;
Computer Science & Information Technology
You might also like to view...
A ________ can be a way for current or future journalists and authors to share their work
A) Web server B) background C) blog D) Web page
Computer Science & Information Technology
The process that combines the changes from multiple copies of a workbook into a single copy is called ________
A) Compare Files B) Track Changes C) Accept Changes D) Compare and Merge
Computer Science & Information Technology