What is wrong with this code?
```
class Person
{
private:
string name;
string address;
public:
People();
void SetName(string n);
void SetAddress(string a);
};
```
A. The constructor has not initialized its variables.
B. There is no constructor.
C. Variables are passed into the set functions but nothing is returned.
D. None of the above.
B. There is no constructor.
You might also like to view...
Write a Java statement to display your name in the console window.
What will be an ideal response?
________ worksheet(s) can be imported from Excel into Access at the same time
Fill in the blank(s) with correct word
What type of test involves a complete front-to-back execution of the entire application?
A. System B. Unit C. Integration D. Acceptance
Which HDMI connector is used in most contemporary tablet devices with an HDMI port?
A. Mini-HDMI B. Micro-HDMI C. Standard HDMI D. Type E HDMI