Test: Computer Science

Class Person {

int height;

float weight;

 

public:

int getHeight();

void setHeight(int);

float getWeight();

void setWeight(float);

};

1.

What is the access level of height and weight?

protected

virtual

public

friend

private

1/2 questions

0%
Learning Tools by Varsity Tutors