package com.study.demo4; interface SmartDevice { void turnOn(); void turnOff(); String getStatus(); }