C, <span>Word processing can be used to create databases of information.</span>
It would be called a link. Connection might work as well.
Answer:
False
Explanation:
An instance of an abstract class cannot be created through the constructor of the class, because it does not have a complete implementation. Though, it is possible to have references of an abstract type class. Abstract classes are incomplete structures and you would have to build onto it before you are able to use it.