IDENTIFY THE CORRECT STATEMENTS WITH RESPECT TO CONSTRUCTORS. [1.0...

70.

Identify the correct statements with respect to constructors.

[1.0]

a) Instantiation of an object of

c)

The constructor method is

a particular type is termed

always called by the same

as the function of a

name as the class

constructor.

b)

It allows you to set the final

d) The constructor method is

state of an object.

always called New

regardless of the name of

the type