Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How is an Abstract Base Class(ABC) related to an "Abstract
Data Type" (ADT)

Answers were Sorted based on User's Feedback



How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)..

Answer / sujith

An ADT is a concept. I agree with that. basic example a
class itself.

But Abstract Base Class is something which has a pure
virtual function in that. That means, u cannot create an
objext of this class. But what is possible is, this class
can be inherited and u can have a pointer of this class and
have runtime polimorphism.

In simple terms, all classes that contain at least one pure
virtual function are abstract base classes.

Is This Answer Correct ?    6 Yes 0 No

How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)..

Answer / 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

More C++ General Interview Questions

What is the iunknown interface?

0 Answers  


What is the difference between delegation and implemented-in-terms-of?

0 Answers  


Explain what is class definition in c++ ?

0 Answers  


State the difference between pre and post increment/decrement operations.

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


How do you generate a random number in c++?

0 Answers  


What is the use of typedef?

0 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


What are activex and ole?

0 Answers  


How const functions will be treated by compiler?

3 Answers   Symphony,


List the types of polymorphism in c++?

0 Answers  


What is singleton pattern in c++?

0 Answers  


Categories