Are there established alternatives to ISomething / ISomethingable for interfaces?

后端 未结 9 2003
囚心锁ツ
囚心锁ツ 2021-02-08 04:37

The .NET standard of prefixing an interface name with an I seems to be becoming widespread and isn\'t just limited to .NET any more. I have come across a lot of Java code that u

9条回答
  •  Happy的楠姐
    2021-02-08 05:09

    The coding standard for Symbian has interfaces (pure abstract C++ classes) denoted with an M rather than an I.

    Otherwise, the only other way I have seen of denoting interfaces is through context.

提交回复
热议问题