jungeu1509 / jungeu1509.github.io

My blog Repository
https://jungeu1509.github.io
MIT License
1 stars 0 forks source link

programmersschool_til/Inheritance_in_OOP/ #6

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Kenneth - Inheritance in OOP

객체지향프로그래밍의 상속과 추상화

https://jungeu1509.github.io/programmersschool_til/Inheritance_in_OOP/

jungeu1509 commented 3 years ago

객체지향프로그래밍에서 상속의경우 공통된 기능을 여러 객체에 전달하고 싶을때 사용하는 것이 아니다.

추상화에서 구체화를 위해 사용한다.

내용을 한번더 가슴에 새기겠습니다