Question: Which concept is defined as a template that can be used to generate different objects that share some shape and/or behavior?

  1. class
  2. generator function
  3. map
  4. proxy

Answer: The correct answer of the above question is Option A:class