package demo;

public class B
{
  public void hello()
  {
    System.out.println("Hier ist B");
  }
}