Which is not a class member based on the above code?

```
class Animal
{
private:
string species;
bool circus;
public:
Animal();
Void SetAnimalType(string s);
};

```

A. Animal
B. string species;
C. void SetAnimalType(string s);
D. Animal( );


A. Animal

Computer Science & Information Technology

You might also like to view...

From the perspective of the function body, input values for a function are called _______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Ultrabooks often have better battery life than a laptop

Indicate whether the statement is true or false

Computer Science & Information Technology

The ________ contains all of the different configurations used by the Windows operating system as well as by other applications

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ operator can be used to calculate the total within a group

Fill in the blank(s) with correct word

Computer Science & Information Technology