Q. When an ADT is implemented as a C++ class, which of the following should normally be true?
β
Correct Answer: (B)
Member functions are public, member variables are private
You must be Logged in to update hint/solution