자바 객체지향

1.01. 객체와 객체 지향 프로그래밍

post-thumbnail

2.02. 생활 속에서 객체 찾아 클래스로 구현해 보기

post-thumbnail

3.03. 함수와 메서드

post-thumbnail

4.04. 객체의 속성은 멤버 변수로, 객체의 기능은 메서드로 구현한다

post-thumbnail

5.05. 인스턴스 생성과 힙 메모리 (heap memory)

post-thumbnail

6.06. 생성자에 대해 알아봅시다 (constructor)

post-thumbnail

7.07. 여러가지 생성자를 정의하는 생성자 오버로딩 (overloading)

post-thumbnail

8.08. 복습해봅시다 (객체 구현하기)

post-thumbnail

9.09. 참조 자료형 변수

post-thumbnail

10.10. 접근 제어 지시자(access modifier)와 정보은닉(infomation hiding)

post-thumbnail

11.11. 캡슐화 (encapsulation)

post-thumbnail

12.12. 객체 자신을 가리키는 this

post-thumbnail

13.13. 객체 간의 협력 (collabration)

post-thumbnail

14.14. 버스 타고 학교 가는 학생의 과정을 객체 지향 프로그래밍으로 구현해보기

post-thumbnail

15.15. 복습해봅시다 (객체 협력)

post-thumbnail

16.16. 여러 인스턴스에서 공통으로 사용하는 변수를 선언하자 - static 변수

post-thumbnail

17.17. static메서드의 구현과 활용, 변수의 유효 범위

post-thumbnail

18.18. static 응용 - 싱글톤 패턴(singleton pattern)

post-thumbnail

19.19. 복습해봅시다 (static과 싱클톤 패턴)

post-thumbnail

20.20. 자료를 순차적으로 한꺼번에 관리하는 방법 - 배열(array)

post-thumbnail

21.21. 객체 배열 사용하기

post-thumbnail

22.22. 2차원 배열 사용하기

post-thumbnail

23.23. 객체 배열을 구현한 클래스 ArrayList

post-thumbnail

24.24. ArrayList를 활용한 간단한 성적 산출 프로그램

post-thumbnail