How to make interface implementors that are not sub classes of its abstract class behave like abstract class of that interface?

前端 未结 0 1034
清酒与你
清酒与你 2020-12-09 03:26

I want to explain my question with an example. Lets say that i have an interface:

    interface IActionPerformer
    {
        bool IsReadyToExecuteAction();
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题