Multiple Choice
Including a declaration for the second class before the first class s definition is formally called a(n) ____.
A) prior declaration
B) forward declaration
C) namespace declaration
D) including declaration
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Assigning a floating-point value to an integer
Q3: C++ requires declaring static variables in the
Q4: Inheritance allows redefining how member functions of
Q5: Class member functions are global in the
Q6: The cout stream object s insertion operator
Q7: A derived class object can be assigned
Q8: In this statement: double RoomDimension::TotalSqFootage = 0.0;
Q9: Static member _ can only access static
Q10: Conversion from a built-in type to a
Q11: Overriding a base member function by using