调用给定功能B时调用功能A

时间:2019-04-08 15:44:41

标签: c#

有两节课:

public class Foo {
    public void foo() {}
}

public class Bar {
    public void bar() {}
}

在调用Foo的情况下,如果导入的库提供了bar(),我们可以运行foo()吗?我们无法编辑Foo类,而我们希望以尽可能少的代码来完成。

0 个答案:

没有答案