Friday, February 28, 2014

"concrete" in Java

...implies that which actually does something as opposed to that which has placeholder methods for something that inheirts it to override. Concrete means "not interface" per a coworker. A class which does not contain any undefined method is a concrete class.

No comments:

Post a Comment