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
Write about the various sections of the executable image?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is c++ virtual inheritance?
what is data encapsulation in C++?
What are c++ data types?
What is the difference between a baller and a reference in C++?
What is c++ hash?
Why is c++ difficult?
Show the application of a dynamic array with the help of an example.
What do you mean by vtable and vptr in c++?
How can you tell what shell you are running on unix system?
What is c++ try block?
What do you mean by function overriding & function overloading in c++?
What is the error in the code below and how should it be corrected?
Which software is best for c++ programming?