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 do you invoke a base member function from a derived class in which you have not overridden that function?
Explain one-definition rule (odr).
Can we use clrscr in c++?
What are compilers in c++?
What is a class template?
What are the advantages of c++? Explain
What is c++ in english?
what is pre-processor in C++?
What is the best way to declare and define global variables?
Can constructor be static in c++?
Why is c++ so fast?
Differentiate between a constructor and a destructor in c++.
Explain about templates of C++.
Describe protected access specifiers?
Can create new c++ operators?