0%
0 / 40 answered

Diagnostic Test 1 Practice Test

40 Questions
Question
1 / 40
Q1

Which of the following lines represents a data member?

1. class animal
2. {
3. public:
4. animal();
5. void fetch();
6. private:
7. char bone;
8. }

Question Navigator