ClassA { ClassA():variable(firstdata); -> ClassA() { variable = firstdata; }と同意。 }
class A:public B { }