Summary
In this article, we talk about enumerated
properties, how we can use it to make our class more readable and can be easily
maintain. We also discusses about properties that return an object and
learn the use of another property procedure, Property Set. We also talk
about properties that return a variant type and how to make our class more
flexible. Lastly, we talk about some advance useful method to add
functionality to our class.
The next article tackles about Collection in general and
how to incorporate collection to make class mimic the functionality of
Collection object.