MATLAB enables you to use object-oriented techniques in your program design. Object-oriented techniques can simplify programming tasks that involve specialized data structures or large numbers of functions that interact with special kinds of data.
MATLAB classes support function and operator overloading, controlled access to properties and methods, reference and value semantics, and events and listeners.