what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)?
Answer Posted / monalisha
In C++ an abstract class is one which defines an
interface, but does not necessarily provide implementations
for all its member functions. An abstract class is meant to
be used as the base class from which other classes are
derived. The derived class is expected to provide
implementations for the member functions that are not
implemented in the base class. A derived class that
implements all the missing functionality is called a
concrete class .
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
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
What is stl in oop?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
sir please send me bpcl previous question papers
what is template and type convertion
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Name the different types of stl containers.
What does stl mean in slang?
What are the symptoms of stl?
In what scenario does the Logical file and Physical file being used?
What is stl language?
Who created stl?
Is there any error below, its a code to delete all entires from a map #include
What is stl stack?
What is a standard template library (stl)? What are the various types of stl containers?