Object-Oriented Programming with Java Lecture Notes

31 January 2008 • Classes, Part 1


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.