[TypeScript] Interfaces and Classes
안녕하세요 동기 여러분! 오늘은 interface 키워드를 class에 적용하는 놀라운 일을 알아봅시다. Interfaces and Classes interface는 class(클래스)와 object(객체)에 타입을 설정하기 위한 아주 좋은 방법입니다. 생김새 interface 타입명 { 메서드명: (매개 변수: 타입) => 타입; } class 클래스명 implements 타입명 { 메서드명(매개 변수: 타입) { 메서드 내용; } } 해봅시다! 원을 CAD와 USD로 바꾸어 주는 클래스를 만들고 interface로 타입을 설정해보고 실행도 해봅시다. interface KoreanMoney{ caculatingCAD: (won: number) => void; } class WonToCADnUSD imp..
TypeScript
2022. 1. 23. 21:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 동기코딩
- 타입 좁히기
- CSS 포지션
- 타입스크립트
- 실수
- for문
- padding
- em
- css position
- 메서드
- Typescript
- 객체
- if문
- html table
- 자바스크립트
- HTML 기본
- 반복문
- Python
- 프로그래머스
- 함수
- Margin
- html
- method
- Array
- 파이썬
- function
- javascript
- Object
- CSS
- Type
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함