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 connect plc and pc through software
What does stl mean in slang?
What does stl stand for in basketball?
How stl is different from the c++ standard library?
What is the stl, standard template library?
Why should a c++ programmer be interested in stl?
how to use C++?
In what scenario does the Logical file and Physical file being used?
What is stl language?
What are the components of stl?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
How is stl different from c++ standard library?
What do stl stand for?
What two types of containers does the stl provide?
What is stl stack?