Which OOP term refers to the fact that you can create one class from another class?

A. Inheritance
B. Abstraction
C. Polymorphism
D. Instantiation

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is not a case in which function terminate is called?

a. When the exception mechanism cannot find a matching catch for a thrown exception. b. When the abort function is called before any call to function set_abort. c. When a destructor attempts to throw an exception during stack unwinding. d. When an attempt is made to rethrow an exception when there is no exception currently being handled.

Computer Science & Information Technology

When joining tables, it is always necessary to qualify a column name.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology