email me at borlaj@portlandschools.org

Loading
notes previous (10/<10) submit the dump links  
 

Constructors

 

A constructor is a method that gets called automatically when the object is created. It must have the same name as the Class. So Dog would have constructors public Dog...

 

An object can have multiple constructors. Look at triangle.