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


Please Help Members By Posting Answers For Below Questions

What are stl algorithms?

857


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2697


What is stl stand for?

936


What two types of containers does the stl provide?

749


What are the symptoms of stl?

816


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.

1590


What is a standard template library (stl)? What are the various types of stl containers?

907


i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

1916


Explain stl.

1085


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

3090


What are the various types of stl containers?

921


What is stl stack?

856


What is stl in oop?

932


how to making game in c++ ?

2415


write a program to convert a decimal number in to its equivalent binary number?

2268