// MyFirstOrbit program - The Account object interface Account { void deposit (in unsigned long amount); void withdraw (in unsigned long amount); readonly attribute long balance; };