Summary
One of the greatest strengths of an object-oriented programming environment is the power of inheritance. Every object in Cold has a "parent," or an object on which it was based on. The new object is then said to be the "child" of the "parent." Inheritence, simply put, is the idea that the child will inherit certain traits and behaviors from the parent.

