Exam 8: Class Features and Design Issues
Exam 1: An Overview of Object-Oriented Programming and C++55 Questions
Exam 2: Evaluating C Expressions51 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Performing Loops51 Questions
Exam 5: Understanding Arrays, Strings and Pointers55 Questions
Exam 6: Using C++ Functions51 Questions
Exam 7: Using Classes56 Questions
Exam 8: Class Features and Design Issues53 Questions
Exam 9: Understanding Friends and Overloading Operators52 Questions
Exam 10: Understanding Inheritance53 Questions
Exam 11: Using Templates54 Questions
Exam 12: Handling Exceptions51 Questions
Exam 13: Advanced Input and Output55 Questions
Exam 14: Advanced Topics53 Questions
Select questions type
A(n) ____________________ constructor is one that does not require any arguments.
Free
(Short Answer)
4.9/5
(35)
Correct Answer:
default
The ____ directive means that you have reached the end of the block of code that you are defining.
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
B
Match each term with the correct statement below.
Premises:
performs initialization and cleanup
Responses:
copy constructor
auxiliary function
constructor
Correct Answer:
Premises:
Responses:
Free
(Matching)
5.0/5
(31)
Correct Answer:
____ is a measure of the strength of the connection between two functions; it expresses the extent to which information is exchanged by functions.
(Multiple Choice)
4.7/5
(41)
In highly ____________________ functions, all operations are related.
(Short Answer)
4.9/5
(38)
What is the difference between tight coupling and loose coupling in functions?
(Essay)
4.7/5
(34)
What are the four special member functions that every C++ class object automatically has?
(Essay)
4.8/5
(37)
A(n) ____________________ constructor is one that requires at least one argument.
(Short Answer)
4.9/5
(36)
Match each term with the correct statement below.
Premises:
also known as a facilitator
Responses:
mutator function
auxiliary function
member-object
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(41)
The one's complement operator is also called the bitwise complement operator.
(True/False)
4.9/5
(29)
Match each term with the correct statement below.
Premises:
is called automatically each time an object is destroyed
Responses:
auxiliary function
destructor
constructor
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(38)
____ functions perform some action or service, such as sorting data or searching for data.
(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 53
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)