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
Can we use stl in coding interviews?
What are the components of stl?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
When did c++ add stl?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
How do you convert stl to steps?
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.
Who created stl?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
What is stl in oop?
What are the different types of stl containers?
How do I convert a stl file?
How stl is different from the c++ standard library?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.