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

i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

1796


How does an stl file work?

748


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

2962


Is string part of stl?

783


What is a list in c++ stl?

784






Explain stl.

984


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1997


How is stl different from c++ standard library?

847


Who created stl?

744


What does stl mean in slang?

730


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

2002


how to use C++?

2157


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2202


What do stl stand for?

751


What are stl algorithms?

713