인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

number1hany's profile image
number1hany

asked

Understanding Java Design Patterns - Gof Design Pattern

Template Method Pattern

예를 들어 authorize() 부분이 3가지로 나눠졌을때

Written on

·

246

0

공통되는 기본메소드는 두고, 추가적으로 해야하는 부분은 interface로 구현하나요? 이미 abstract로 짜여 있어서 헷갈리네요.

MVCjava

Answer

This question is waiting for answers
Be the first to answer!
number1hany's profile image
number1hany

asked

Ask a question