Solved

What Is the Difference Between an ADT and a Class

Question 37

Multiple Choice

What is the difference between an ADT and a class in C++?


A) In an ADT, the user does not have access to the implementation details
B) In an ADT, the user can change the implementation details
C) There is no difference
D) A class must always be in a separate file

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions