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 purpose of extern storage specifier?
What is the main purpose of c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is operator overloading in c++ example?
What are the c++ access specifiers?
What is the role of copy constructor in copying of thrown objects?
What is endianness?
What is the size of integer variable?
Why are pointers not used in c++?
What is using namespace std in c++?
How to declare a pointer to an array of integers?
Is there any difference between int [] a and int a [] in c++?
What is a character in c++?
What is data hiding c++?
What does floor mean in c++?