Alan G Isaac a écrit : > Pardon the vocab question; > I'm not a computer science type. > According to the Reference Manual, > a class defintion has the structure:: > > classdef ::= "class" classname [inheritance] ":" suite > > What is the entire part before the suite called? A statement. In this case, a 'class' statement. HTH