what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)?

Answer Posted / dumitru

In C++ an abstract class is a class that contain at least
one pure virtual function ( f()=0; ) and is related at using
this only for inheritance, not for instance an object from
this directly.

The Standard Template Library, or STL, is a C++ library of
container classes, algorithms, and iterators; it provides
many of the basic algorithms and data structures of
computer science. The STL is a generic library, meaning
that its components are heavily parameterized: almost every
component in the STL is a template.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command

1785


Why should a c++ programmer be interested in stl?

647


What is the use of stl?

639


Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

1664


What are the symptoms of stl?

608






What is stl language?

680


What is the stl, standard template library?

600


What do stl stand for?

643


What is stl stand for?

742


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1897


In what scenario does the Logical file and Physical file being used?

2328


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2097


What are stl algorithms?

627


how to making game in c++ ?

2183


Explain stl.

907