본문 바로가기
Java 배우기

Questions and Exercises: Enum Types

by 노화방지 Anti-aging Hairstyle 2016. 1. 5.
반응형

Questions

  1. True or false: an Enum type can be a subclass of java.lang.String.

Exercises

  1. Rewrite the class Card from the exercise in Questions and Exercises: Classes so that it represents the rank and suit of a card with enum types.

  2. Rewrite the Deck class.

Check your answers.

반응형

댓글