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
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
Is stl part of c++ standard?
totoo po ba ang manga aliens!
What are the different types of stl containers?
How connect plc and pc through software
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
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
write a program to convert a decimal number in to its equivalent binary number?
What is stl language?
how to use C++?
What are the components of stl?
What do stl stand for?
Is there any error below, its a code to delete all entires from a map #include