ab = Audiobook('mp3')
eb = Ebook('mobi')
pb = Paperback('A5')
hb = Hardback() # select 1 of 4, eg. Paperback
order = book.save(pb) # inject book format for save
You may create another formats in future, without change enum.
For further actions, you may consider blocking this person and/or reporting abuse
We're a blogging-forward open source social network where we learn from one another
All items of enums are objects:
You may create another formats in future, without change enum.