what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)?

Answer Posted / a.srinivas rao

An abstract class is a class which contains atleast one
abstract method(i.e., an abstract method is one which has
only definition not implementation,which is done in some
other class.
We cannot create an object for Abstract class.
A class is said to be a concrete class if and only if it
contains fully defined methods.Defined methods are also
known has "concrete methods " or "Implemented methods".
We can instantiate an object for concrete class.

Is This Answer Correct ?    72 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

1948


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1995


How do you convert stl to steps?

718


sir please send me bpcl previous question papers

2043


Why should a c++ programmer be interested in stl?

722






What is a standard template library (stl)?

731


Can we use stl in coding interviews?

1389


How connect plc and pc through software

2032


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

2958


what is template and type convertion

2092


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.

1467


Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

1739


What are the various types of stl containers?

829


In what scenario does the Logical file and Physical file being used?

2425


What is the use of stl?

727