Data Structures & Algorithms Lecture Notes

10 September 2010 • Classes and Abstract Data Types


The default constructor actually does one thing: it calls its parent’s default constructor. However, because we haven’t gotten to inheritance yet, the default constructor effectively does nothing as of yet.


This page last modified on 24 January 2006.