package cn.edu.bjut.chapter6; public interface Shape { void display(); }