First page Back Continue Last page Graphics
second constructor
- RatedPlayer::RatedPlayer(
- unsigned int r,
- const TableTennisPlayer & tp)
- : TableTennisPlayer(tp)
- {
- rating = r;
- }
This constructor invokes the base class copy constructor. (automatically generated by the compiler (Chapter 12))