Multiple Choice
Which part of the ADT tells the programmer using it how to use it?
A) the implementation
B) the interface
C) the abstractness
D) the scope resolution
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: C++11 allows you to directly set the
Q7: A structure definition ends with the closing
Q8: In a struct, all members are _
Q9: You specify an individual member of a
Q10: given the following class definition, how could
Q12: Given the following strucure definition, what is
Q13: What can a constructor return? _
Q14: Given the following class, what would be
Q15: Member functions of a class<br>A) may not
Q16: The name of a constructor is _