Basics of Overloading and Inheritance with C#
Tags:
C#
, OO
, 2003
, Language
, Beginning
This video highlights two basic tennets of Object Oriented programming. I'll demonstrate how to overload a method (in this case, a constructor), and also the technique needed to convert the class from our previous video into an assembly. The we'll create a reference to the new assembly, and derive from the base class (Point). Finally, I'll demonstrate how to derive constructors, and overload the methods of the base class. Trust me ... it will make more sense after you watch :)