Constructor C++

When does a constructor always run?

Which constructor is called when a class array variable is defined, without an initialization list?
A default constructor runs when you create an instance from a class. Unless you overload it.
Last edited on
Topic archived. No new replies allowed.