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)

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are c++ templates used for?

1177


What is the operator in c++?

1177


What do you mean by translation unit?

1134


Write about the use of the virtual destructor?

1060


Give 10 points of differences between C & C++.

1192


What is null c++?

1181


Which programming language's unsatisfactory performance led to the discovery of c++?

1398


What is pointer to member?

1171


How would you call C functions from C++ and vice versa?

1237


Difference between class and structure.

1225


What is class invariant in c++?

1280


Can I uninstall microsoft c++ redistributable?

1187


What are the 3 levels of programming languages?

1100


Differentiate between a copy constructor and an overloaded assignment operator.

1140


Write a program in C++ for Fibonacci series

1249