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
What is a list in c++ stl?
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
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
sir please send me bpcl previous question papers
write a program to convert a decimal number in to its equivalent binary number?
How do I convert a stl file?
Is stl open source?
What are the different types of stl containers?
What is the use of stl?
Who wrote stl?
What do stl stand for?
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
Who created stl?
Is stl part of c++ standard?
What is stl in oop?