Additional statements

DLP

  • v := t - to assign to non-logical variables
  • O = new(c(t)) - to create an active instance of the object c
  • O!m(t) - to call the method m(t) for the object O
  • accept(m1,...,m_n) - to accept method requests

slide: DLP -- objects (1)