Best way to declare an interface in C++11

前端 未结 0 1686
天涯浪人
天涯浪人 2020-12-22 21:15

As we all know, some languages have the notion of interfaces. This is Java:

public interface Testable {
  void test();
}

How can I achieve

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