Computer Science, asked by duakhan2797, 9 months ago

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 minakshisamvedp5o49l
0

Answer:

(A) Constructor

Answered by Anonymous
3

Answer :-

a)

Constructors are the member functions which are called automatically wheneveran object is created.

Similar questions