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

Answer Posted / hkouki

An abstract class is the class that define the interface
without the necessity to implement all the member
functions.

The derived class (from base abstract class) that implement
all the missing functions

Is This Answer Correct ?    39 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of stl?

627


Is stl open source?

623


What are the symptoms of stl?

595


Explain stl.

894


What does stl stand for in basketball?

632






Is stl part of c++ standard?

631


How connect plc and pc through software

1905


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

1366


sir please send me bpcl previous question papers

1945


What is stl in c++ with example?

626


What is a stl vector?

619


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

1877


how to making game in c++ ?

2170


totoo po ba ang manga aliens!

2325


Define stl.

760