package programmingexample5;
public interface ShapeVisitor {
/*
* TODO Here, you need to add the required method signatures(s),
* to answer the question.
*
*/
}
package programmingexample5;
public interface ShapeVisitor {
/*
* TODO Here, you need to add the required method signatures(s),
* to answer the question.
*
*/
}