We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post 관련 service를 interface를 이용하여 implement와 extends를 사용할 수 있도록 수정�
The text was updated successfully, but these errors were encountered:
부모에서 선언/정의를 모두 하며 자식은 메소드/변수를 그대로 사용할 수 있음
부모 객체는 선언만 하여 정의(내용)은 자식에서 오버라이딩(재정의) 해서 사용해야 함
추상 클래스는 그 추상 클래스를 기본 틀으로 해서 확장 할 때 사용 인터페이스는 이미 정의된 인터페이스에 맞추어서 만들게 함
인터페이스
추상 클래스
-> 구체 클래스를 구현하기 전에 interface의 함수를 가져다가 개발 진행 가능
Sorry, something went wrong.
seasameoil
No branches or pull requests
Description
Post 관련 service를 interface를 이용하여 implement와 extends를 사용할 수 있도록 수정�
To-Do
ETC
The text was updated successfully, but these errors were encountered: