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


Please Help Members By Posting Answers For Below Questions

What is the difference between while and do while loop?

666


What is do..while loops structure?

710


Are php strings immutable?

670


What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0

664


What is the object serialization?

732






Why c++ is the best language?

684


Is it possible to get the source code back from binary file?

831


Which is better turbo c++ or dev c++?

640


Why is swift so fast?

717


Is c++ low level?

691


What is the use of string in c++?

634


What are the storage qualifiers?

752


How const int *ourpointer differs from int const *ourpointer?

690


What is the need of a destructor? Explain with the help of an example.

659


What is the advantage of c++ over c?

647