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
What are stl algorithms?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
What is stl stand for?
What two types of containers does the stl provide?
What are the symptoms of stl?
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 is a standard template library (stl)? What are the various types of stl containers?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Explain stl.
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What are the various types of stl containers?
What is stl stack?
What is stl in oop?
how to making game in c++ ?
write a program to convert a decimal number in to its equivalent binary number?