| 205 | cin >> code; |
| 206 | } |
| 207 | void showdetails() |
| 208 | { |
| 209 | cout << " NAME: " << name << endl; |
| 210 | cout << " CODE: " << code << endl; |
| 211 | } |
| 212 | }; |
| 213 | |
| 214 | class Account : virtual public Person |
nothing calls this directly
no outgoing calls
no test coverage detected