An illustration shows the following code segment:

"class SampleClass
{
public:"
"SampleClass(int parameter1, double parameter2);" annotated as "Constructor that requires two arguments".
"void do_stuff();
private:
int data1;
double data2;
};"