现在的位置: 首页 > 综合 > 正文

The difference between Java and C#

2014年04月15日 ⁄ 综合 ⁄ 共 144字 ⁄ 字号 评论关闭

1. java annotation ---- C# Attribute

2.

  Java

  public class ChineseGame extends Game implements IAction, ITest

  C#

  public class ChineseGame : Game, IAction, ITest

抱歉!评论已关闭.