what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)?
Answer Posted / bansari
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 ? | 6 Yes | 5 No |
Post New Answer View All Answers
How does an stl file work?
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
Explain stl.
When did c++ add stl?
Who wrote stl?
What are stl algorithms?
Name the different types of stl containers.
What is a list in c++ stl?
What is stl in c++ with example?
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.
What are the various types of stl containers?
Why should a c++ programmer be interested in stl?
How stl is different from the c++ standard library?
How do you convert stl to steps?
Define stl.