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
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
How does an stl file work?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
Is string part of stl?
What is a list in c++ stl?
Explain stl.
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
How is stl different from c++ standard library?
Who created stl?
What does stl mean in slang?
Is there any error below, its a code to delete all entires from a map #include
how to use C++?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What do stl stand for?
What are stl algorithms?