Variable Person.surname_

class Person
{
  // ...
  string surname_ ;
  // ...
}