Respuesta :

Answer:

Option (C)

Explanation:

A constructor is distinguished from other member functions of the class by having the same name as of its class. Otherwise, it will not be called a constructor. A constructor can have 0 or more passing arguments. A constructor never returns anything as they are used for default initialization of the variables of a class. Also, a private constructor cannot be instantiated so it is very rare for a constructor to be private.

ACCESS MORE
EDU ACCESS
Universidad de Mexico