-(id)init
{
[super init];
student = 2
teacher = 2
return self;
}
これどういう意味?