...

/

Quiz on Constructors

Quiz on Constructors

Let’s test your understanding of constructors and other related special functions in D.

We'll cover the following...
Technical Quiz
1.

The return type of a constructor is ____.

A.

void

B.

int

C.

char

D.

None of these


1 / 5