Q How many objects can be created from a abstract class?

  • A Zero
  • B One
  • C Two
  • D As many as you want

MCQs Details

You can't create an object of an abstract class type. However, you can use pointers and references to abstract class types.