What object class method returns a string that holds the name of the class, just as GetType() does?

A. GetHashCode()
B. Equals()
C. GetName()
D. ToString()


Answer: D

Computer Science & Information Technology

You might also like to view...

In the figure above, the rendering process referred to by item 2 ____.

A. creates a wireframe B. traces the rays of light from the light source to the object C. creates textured surfaces D. colors the object in

Computer Science & Information Technology

Which of the following file formats is commonly used to import data into a database program?

A) DOC B) CSV C) TBL D) MDB

Computer Science & Information Technology

____________________ punctuation style includes a colon after the salutation and a comma after the complimentary closing.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ____ property determines the order in which each control receives the focus.

A. GetFocus B. PrevControl C. NextControl D. TabIndex

Computer Science & Information Technology