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 advantage of c++ over c?

566


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2073


Explain linear search.

634


What is isdigit c++?

579


Explain method of creating object in C++ ?

597






the maximum length of a character constant can be a) 2 b) 1 c) 8

602


Is c# written in c++?

526


Difference between inline functions and macros?

600


What is constructor and destructor in c++?

621


What is DlgProc?

604


What is a storage class used in c++?

618


Eplain extern keyword?

566


Is it possible to have a recursive inline function in c++?

560


Write a program which uses functions like strcmp(), strcpy()? etc

623


What is :: operator in c++?

582