What method is this?

Given the following code:
template < class ItemType>
ArrayStack::ArrayStack() : top(-1)
{
}
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...

________ enables interactive functionality beyond the simple display of information on a web page by providing a platform which can execute a program to do things like collect data from the user

A) OC B) ACK C) CGI D) UDP

Computer Science & Information Technology

A backup of all the files on your computer, which essentially creates a "snapshot" of what your computer looks like at that point in time, is known as a(n)

a. total backup. b. incremental backup. c. image backup. d. modification backup.

Computer Science & Information Technology