Open utterances-bot opened 3 years ago
객체지향프로그래밍의 상속과 추상화
https://jungeu1509.github.io/programmersschool_til/Inheritance_in_OOP/
객체지향프로그래밍에서 상속의경우 공통된 기능을 여러 객체에 전달하고 싶을때 사용하는 것이 아니다.
추상화에서 구체화를 위해 사용한다.
내용을 한번더 가슴에 새기겠습니다
Kenneth - Inheritance in OOP
객체지향프로그래밍의 상속과 추상화
https://jungeu1509.github.io/programmersschool_til/Inheritance_in_OOP/