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
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
how to making game in c++ ?
How is stl different from c++ standard library?
What is stl in c++ with example?
How do I convert a stl file?
What is a standard template library (stl)?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
What is a stl vector?
What is stl stack?
What is stl in oop?
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.
Is there any error below, its a code to delete all entires from a map #include
What is stl language?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
what is template and type convertion