LLD Logo
LVL1
Factory Pattern

Step 1 of 4 · Define the Pizza contract

1

Your task

Define the Pizza contract

Recreate the common Pizza abstraction introduced in the lesson.

Define the Pizza abstraction using the language’s normal interface mechanism.
Declare a prepare operation that returns a description string.

pizza.py

Your draft · saved locally

1
2
3
4
5

Structural feedback only—your code stays in this browser and is not executed.