码迷,mamicode.com
首页 > 其他好文 > 详细

dsdf

时间:2014-10-22 15:51:19      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:ar   java   sp   ad   bs   new   as   return   class   

import java.util.*;

public class Main
{
 public interface hehe
 {
  public int x = 0;
  public int add(int a,int b);
 }
 class xixi implements hehe
 {
  public xixi()
  {
   
  }
  public int add(int a,int b)
  {
   return a + b;
  }
 }
 public static void main(String[] argv)
 {
  xixi xx = new xixi();
  xx.add(2, 2);
  Scanner in = new Scanner(System.in);
  System.out.println("dlkfsdf");
 }

}

dsdf

标签:ar   java   sp   ad   bs   new   as   return   class   

原文地址:http://www.cnblogs.com/xiaxiaosheng/p/4043336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!