Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

INSTRUCTIONS: Fill In the blank with the best word or phrase from the word bank. Abstraction Abstract Class Accessor ADTs Attributes Classes Constant Constructor Created

INSTRUCTIONS: Fill In the blank with the best word or phrase from the word bank.

Abstraction Abstract Class Accessor ADTs Attributes Classes Constant Constructor Created Destructor Destroyed Derived Class Inheritance Instantiated Objects Object Composition Observers Methods Mutator Nested Class Polymorphic Code Pure Virtual Static Virtual

1. ___________________________ are programmer-created data types that specify the legal values that can be stored and the operations that can be done on the values.

2. ___________________________ captures general characteristics without details.

3. ___________________________ combines data and functions that act on the data in a single unit

4. A(n) ___________________________ is the data items of an object, stored in member variables

5. A(n) ___________________________ is a procedure or function that acts on the attributes of the class

6. A(n ) ___________________________ function uses but does not modify member variables.

7. A(n ) ___________________________ function uses and modifies member variables.

8. ________________________________ is automatically called when an objects is .

9. A(n) ___________________________ is one that takes no arguments or default values for all parameters.

11. ___________________________ occurs when an object is a member variable of another object.

12. ___________________________ is a way of creating a new class by starting with an existing class and adding new members.

13. ___________________________ is when member functions in a class hierarchy perform differently, depending upon the class of the object making the call.

14. A(n) _______________________ function is a member function with no implementation.

15. A(n) _______________________ contains no objects that are not members of subclasses

16. A(n ) _______________________ function that cannot modify a member variable

17. A(n ) ______________________ function that can modify a member variable

18. ___________________________ variable has only one value for each object.

19. ___________________________ variable has only one value for the entire class.

20. ___________________________ variable cannot be changed once initialized.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Distributed Relational Database Architecture Connectivity Guide

Authors: Teresa Hopper

4th Edition

0133983064, 978-0133983067

More Books

Students also viewed these Databases questions