• 캠퍼스북
  • 파일시티 이벤트
  • LF몰 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

객체지향프로그래밍 과제 보고서 및 코드 (JAVA, 영문 보고서, 코드(.java) 전체 포함)

김쿠크
개인인증판매자스토어
최초 등록일
2019.04.10
최종 저작일
2012.04
8페이지/파일확장자 압축파일
가격 1,000원 할인쿠폰받기
다운로드
장바구니

소개글

Rectangle, ColoredRectangle, Circle 클래스를 정의하는 과제입니다.
각 클래스의 .java 파일 뿐만 아니라 main 클래스가 정의되어 있는 .java 파일까지 전부 포함되어 있으며, 보고서는 영문으로 작성되어 있습니다.

목차

1. RECTANGLE CLASS
2. COLORRECTANGLE CLASS
3. CIRCLE CLASS
4. MAIN CLASS
5. OUTPUT WINDOW
6. CODES

본문내용

I define the constructors first for the program description. Constructors use “this” for calling other constructor or data members. First, constructor with no parameter sets width and height to 10 and uses “this”. In this constructor, “this” is calling other constructor which has two parameters – it can set the width and height to parameters. And constructor with one parameter sets both width and height to a parameter; also use “this” for calling other constructor which has two parameters. And constructor with two parameters uses “this” not for calling other constructor but for calling the data members. So the last constructor’s code is like this: void Rectangle(int width, int height){ this.width = width; this.height = height;} This code means the parameter width sets the data member width, and the parameter height sets the data member height. And other constructors use this constructor using “this”. Constructor with no parameter’s code is..

<중 략>

참고 자료

없음

압축파일 내 파일목록

Circle.java
ColorRectangle.java
Homework 2.docx
HW2_main.java
hw2_programming.jpg
Rectangle.java
김쿠크
판매자 유형Silver개인인증

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우

이런 노하우도 있어요!더보기

찾던 자료가 아닌가요?아래 자료들 중 찾던 자료가 있는지 확인해보세요

최근 본 자료더보기
탑툰 이벤트
객체지향프로그래밍 과제 보고서 및 코드 (JAVA, 영문 보고서, 코드(.java) 전체 포함)
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업