How is an Abstract Base Class(ABC) related to an "Abstract
Data Type" (ADT)
Answer Posted / guest
An ADT is a concept - the basic idea of a data type that
doesn't specify how the data type is implemented.
An ABC is a method C++ provides for creating an ADT.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between while and do while loop?
What is do..while loops structure?
Are php strings immutable?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is the object serialization?
Why c++ is the best language?
Is it possible to get the source code back from binary file?
Which is better turbo c++ or dev c++?
Why is swift so fast?
Is c++ low level?
What is the use of string in c++?
What are the storage qualifiers?
How const int *ourpointer differs from int const *ourpointer?
What is the need of a destructor? Explain with the help of an example.
What is the advantage of c++ over c?