Which of the following is not a way to bring up the Go To dialog box?
A) Name Box B) Ctrl+G C) Alt+F7 D) F5
C
Computer Science & Information Technology
You might also like to view...
It is more efficient to copy and use an existing query for a new query when
A) the query criteria needed will be unique to the original query. B) the query will be deleted after it is run. C) the query criteria needed will be similar to the original query. D) the query will be sorted alphabetically.
Computer Science & Information Technology
A new class of objects can be created conveniently by ________; the new class (called the ________) starts with the characteristics of an existing class (called the ________), possibly customizing them and adding unique characteristicsof its own.
a. inheritance, superclass, subclass. b. composition, subclass, superclass c. inheritance, subclass, superclass d. composition, superclass, subclass
Computer Science & Information Technology