Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Design Pattern - Factory Method Pattern(Anne) #25

Merged
merged 1 commit into from
Jul 25, 2021

Conversation

AnneMayor
Copy link
Member

Uploaded my presentation(Design Pattern - Factory method pattern)

Uploaded my presentation(Design Pattern - Factory method pattern)
@AnneMayor AnneMayor linked an issue Jul 21, 2021 that may be closed by this pull request
```java
package test;

public class NYStyleCheesePizza extends Pizza {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extends 가 상속하는 기능이죵?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 맞습니다! 보통 Java 문법에서는 extends 키워드로 상속을 구현하더라구요

@wooooooood
Copy link
Member

이런 코드를 본 적은 있는데 디자인 패턴의 한 종류라고는 생각 못했었어요! 덕분에 알아갑니다 👍👍👍

@AnneMayor AnneMayor merged commit 5262107 into main Jul 25, 2021
@AnneMayor AnneMayor deleted the anne-20210721-presentation branch July 25, 2021 06:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2021.07.21
2 participants