Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: En konventionel record -- Keyboard shortcut: 'p'  Next page: Klasser og objekter [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home  Play sound for this slide -- Keyboard shortcut: 'y'    Introduktion til objekt-orienteret programmering - slide 13 : 31

En klasse 

 

class R
  f1: T1;
  f2: T2;
  f3: T3;
  operation op1 begin .. end;
  operation op2 (x: int) begin .. end
end