SUMMARY - 생성자(Constructor)의 특징, 접근 지정자(Access modifier), Object Class(오브젝트 클래스), 디버깅 개념 및 사용법

CODEDRAGON Development/Software Engineering

반응형


 

생성자(Constructor) 특징

·         생성자 이름은 클래스의 이름과 동일하다.

·         클래스 정의 생성자를 만들지 않으면 객체가 생성될 컴파일러가 자동으로 만든다.

·         객체를 생성할 자동으로 호출된다.

http://codedragon.tistory.com/2410

 

 

 

접근 지정자(Access modifier)

http://codedragon.tistory.com/2419

 

 

 

 

Object Class(오브젝트 클래스)

http://codedragon.tistory.com/4417

 

 

 

 

제네릭(Generics)

http://codedragon.tistory.com/3508

 

 

 

 

MVC 패턴

http://codedragon.tistory.com/4685

 

 

 

 

DAO (Data Access Object)

http://codedragon.tistory.com/4711

 

 

 

 

DTO (Data Transfer Object)

http://codedragon.tistory.com/4758

 

 

 

인터페이스 (Interface) - 범용

http://codedragon.tistory.com/5410

 

 

 

 

인터페이스(Interface) - 프로그램

http://codedragon.tistory.com/4358

 

 

 

 

디버깅 개념 사용법

http://codedragon.tistory.com/5901

http://codedragon.tistory.com/6137

 


반응형