The keyword extends indicates:

a. encapsulation
b. polymorphism
c. inheritance
d. none of the above

C

Computer Science & Information Technology

You might also like to view...

When typing criteria for a query, it is useful to choose (from the database table) one of the indexes of the table

Indicate whether the statement is true or false

Computer Science & Information Technology

handles which of the following exceptions?

The catch block: ``` Catch exc As IO.IOException ``` (A) any exception that hasn’t been handled by the Try block (B) an exception generated by deleting or renaming an open file (C) an exception generated by attempting to access a file that is missing (D) an exception generated by attempting to access a file within a folder that is missing

Computer Science & Information Technology