Q-2 Which of the following is incorrect with respect to constructors in C++?
A) A constructor can call member function of its class.
B) If the default constructor is defined explicitly then, compiler will not define the constructor implicitly, it calls the constructor implicitly.
C) A constructor cannot dynamically allocate for an object at the time of their construction.
D) These cannot be static