A(n) ___________ is a special type of method that is used only when an object is created to initialize an object’s data.

a) initializer
b) builder
c) constructor
d) definer

c) constructor

Computer Science & Information Technology

You might also like to view...

The ________ site is perhaps the fastest-growing social bookmarking site today, attracting a primarily young, male, techsavvy audience

A) Digg B) reddit C) Delicious D) StumbleUpon

Computer Science & Information Technology

When is a destructor not called?

a. A local automatic variable goes out of scope b. A pointer variable goes out of scope c. delete d. delete [] e. Destructors are called in all instances

Computer Science & Information Technology