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
How would perform Pattern Matching in C++?
Describe friend function & its advantages.
Write about the access privileges in c++ and also mention about its default access level?
What is the use of cmath in c++?
Is there a sort function in c++?
Why should you learn c++?
What is the cout in c++?
How many keywords are used in c++?
Is std :: string immutable?
What do you mean by translation unit?
What are the two types of polymorphism?
How is computer programming useful in real life?
Difference between a homogeneous and a heterogeneous container
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Explain pass by value and pass by reference.