게시판 즐겨찾기
편집
드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
자바코드 질문이요!!!
게시물ID : programmer_2023짧은주소 복사하기
작성자 : 모두까기
추천 : 0
조회수 : 463회
댓글수 : 36개
등록시간 : 2014/03/21 17:20:43
class Television
{
        private int year=10; 
        private String agentname="헿헿미치겠다";
        private String address="서울시 ";
   
     public void setYear(int yr)
{
         year=yr;
}
    public int getYear()
{
        return year;
}
 
     public void setAgentname(String atn)
{
         agentname=atn;
}
 
    public String getAgentname()
{
          return agentname;
}

     public void setAddress(String ad)
{
         address=ad;
}
 
      public String getAddress()
{
          return address;
}
  Television()
{
         year=20;
         System.out.println(year+"살 "+ address +agentname);
}
  Television(int x)
{
        year=x;
        System.out.println(year+"살 "+address +agentname);
}
  Television(int x, String y)
{
         year=x;
         address=y;
         System.out.println(year+"살 " +address +agentname);
}
  
}
 
 
class Test38
{
        public static void main(String[] args)
        {
                  Television a=new Television();
                  Television b=new Television(30);
                  Television c=new Television(40,"서울시 강남구");
        }
 
 
 
자바에대해서 기초도 모르는데 이거 지금 정말 코드봐가면서 이렇게 만들었는데 이게 지금 정보은닉이 된 상태인가요? 그리고 Test38 클래스에서 get을 사용할 수 있는건가요?
전체 추천리스트 보기
새로운 댓글이 없습니다.
새로운 댓글 확인하기
글쓰기
◀뒤로가기
PC버전
맨위로▲
공지 운영 자료창고 청소년보호