Given the following code: template < class ItemType> ArrayStack::ArrayStack() : top(-1) { } What method is this?

a. the default destructor
b. the virtual destructor
c. the default constructor
d. the copy constructor

c. the default constructor

Computer Science & Information Technology

You might also like to view...

When determining the length of a business letter, it is important to match the expectations of the reader

Indicate whether the statement is true or false

Computer Science & Information Technology

The meta element is coded in the ___________ section of a web page document

a. body b. head c. footer d. DOCTYPE

Computer Science & Information Technology