Classes, Part 1: CS 310 Lecture notes

Object-Oriented Programming with Java Lecture Notes

3 February 2009 • 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.