package com.study.demo4; interface PaymentProcessor { boolean pay(double amount); }