process class
An object is an instantiation of a class.
A simple class definition contains: attributes (data structures) and methods (operations, services /functions). These attributes could be private, public (and/or protected).
Description of NT process in Fig.4.11.
See an excellent description of classes for process and thread in Fig.4.12.