Codestates/Full IM

Inheritance patterns

Hello, Big stranger 2020. 7. 30. 11:23

 

객체 지향 프로그램이의 polymorphism 과 Inheritance의 개념을 이해하고 코드로 작성해보기

다양한 현실 세계의 모델을 객체로 추상화 해보기

객체 모델을 화면 즉 html과 css를 이용해 표시해보기

화면을 꾸미는 다양한 css요소를 찾아 사용해보기

UI 요소에 다양한 이벤트 핸들러를 적용해보기

 

'Codestates > Full IM' 카테고리의 다른 글

Subclass Dance Party  (0) 2020.07.30
BeesBeesBees  (0) 2020.07.30
Understanding Prototype Chain  (0) 2020.07.29
Object Oriented Programming + Instantiation  (0) 2020.07.29
Data Structure Time Complexity  (0) 2020.07.27