4. Which of the following gets called when an
object is being created?
(A) Constructor (B) virtual function
(C) destructor (D) main
Answers
Answered by
0
Answer:
(A) Constructor
Answered by
3
Answer :-
• a)
Constructors are the member functions which are called automatically wheneveran object is created.
Similar questions