First page Back Continue Last page Summary Graphics
Classes
-
A class is a type
- you can instanciate it, you get an object
- it defines a data type (usually a struct)
- it defines a collection of functions(called methods) an object have
-
1 object = first class anonymous module
Notes: