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
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
How do you convert stl to steps?
sir please send me bpcl previous question papers
Why should a c++ programmer be interested in stl?
What is a standard template library (stl)?
Can we use stl in coding interviews?
How connect plc and pc through software
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
what is template and type convertion
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.
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
What are the various types of stl containers?
In what scenario does the Logical file and Physical file being used?
What is the use of stl?