본문 바로가기

클래스4

[혼공자] 클래스 요약본 복습 https://shins99.tistory.com/90 [혼공자] 참조타입 요약본 복습 https://shins99.tistory.com/89 [혼공자] 조건문과 반복문 요약본 복습 https://shins99.tistory.com/88 [혼공자] 연산자 요약본 복습 https://shins99.tistory.com/85 [혼공자] 변수와 타입 요약본 변수 변수는 1개의 shins99.tistory.com 객체 지향 프로그래밍 - 현실 세계는 모두 객체로 표현할 수 있고, 특징(속성) 동작(함수)를 포함한 여러 객체를 자동차 부품처럼 조립하여 코딩하는 방법 l 클래스 : 객체 구조 정의 , 객체의 설계도 l 클래스 구성 요소 : 속성(멤버변수, 필드), 생성자함수, 함수(멤버 메소드) 속성 : 객체.. 2023. 10. 1.
[자바 기초] Object 클래스 복습 https://shins99.tistory.com/38 [자바 기초] 인터페이스 (Interface) 복습 https://shins99.tistory.com/37 [자바 기초] String 클래스 복습 https://shins99.tistory.com/36 [자바 기초] 템플릿 메서드 패턴 (Template Method Pattern) 복습 https://shins99.tistory.com/35 [자바 기초] 추상 클래스 복습 shins99.tistory.com 💡 학습목표 1. Object가 무엇인지 알아보자 2. 간단하게 예제를 풀어보자 Object 클래스 - 모든 클래스의 최상위 클래스 → 모든 클래스는 Object 클래스에서 상속 받음 (extends 키워드 생략) → Object 클래스의 .. 2023. 8. 11.
[자바 기초] String 클래스 복습 https://shins99.tistory.com/36 [자바 기초] 템플릿 메서드 패턴 (Template Method Pattern) 복습 https://shins99.tistory.com/35 [자바 기초] 추상 클래스 복습 https://shins99.tistory.com/34 [자바 기초] 다형성 복습 https://shins99.tistory.com/32 [JAVA] 상속 복습 https://shins99.tistory.com/25 [자바 기초] 배열 복습 h shins99.tistory.com 💡 학습 목표 1. 문자열 생성 방법을 이해하자 2. 상수풀 영역이라는 것을 이해 하자. (Constant Pool) 3. 값을 비교할 때는 equals 를 반드시 사용하자. String - 문자열.. 2023. 8. 11.
[자바 기초] 접근 제어 지시자, get(), set() 메서드 복습 https://shins99.tistory.com/17 [자바 기초] 객체와 객체 간 상호작용 복습 https://shins99.tistory.com/16 [자바 기초] 생성자 복습 https://shins99.tistory.com/12 [자바 기초] 함수와 메서드 복습 https://shins99.tistory.com/11 [자바 기초] 객체 지향 언어란? 복습 https://shins99.tistory.com/9 [ shins99.tistory.com 💡 학습 목표 1. 접근 제어 지시자란? 2. 4가 종류에 대해 알아 보자 3. getter, setter 메서드에 대해 이해 하자 객체의 기능은 메서드를 통해서 완성하자! 접근 제어 지시자 (accesss modifier) 특정 대상에 대해, 클.. 2023. 8. 1.