/** * This class represents an Answer to a CodeQuestion. * * @author Kim Paterson * @author Mitchell Rosen */ package question; public abstract class CodeAnswer extends StringAnswer { }