💻

Template Code

interface Shape { public abstract void sides(); }