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 does stl mean in slang?

653


What is the use of stl?

639


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

2865


Define stl.

778


Is stl open source?

638






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

1885


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

1665


totoo po ba ang manga aliens!

2342


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

1648


How stl is different from the c++ standard library?

645


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.

1383


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; }

1896


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.

1978


Who wrote stl?

682


What is stl in c++ with example?

637