Multiple choice

Which of the following classes receives some input and according to that input, it decides what class instance is to be created?

  1. Factory class

  2. Meta class

  3. Final class

  4. _destructor()

  5. RemoteStackVariable class

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This class receives some input and according to that input, it decides what class instance is to be created.