You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generic
-클래스명<타입 변수>의 형태로 선언
-다른 타입변수가 적용된 제네릭 클래스의 객체는 참조할 수 없음.
-클래스명<타입변수 extends 부모클래스>의 형태로 다형성 구현가능
-, , 의 와일드 카드 문법을 통해 전체 클래스에 대해 작동하게 끔 할 수 있음.
Enum
-값 뿐만 아니라 타입까지 체킹하는 열거형
-String name(): 열거형 객체의 이름을 반환
-int ordinal(): 열거형 객체의 순서를 반환
Lambda
-메서드를 하나의 식으로 나타낸 것
-파라미터를 함수로 받는 함수에 대입하여 이를 구현가능
강의 자료
아래 이슈에 답글로 5줄 요약을 남겨 주세요.
The text was updated successfully, but these errors were encountered: