what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)?
Answer Posted / siva rama krishna
the abstract method we can't create object,only create from
derived classes only that means which sub class have no
abstract method.then by using that object only call the
methods.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
what is template and type convertion
What is meant by stl in c++?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
How does an stl file work?
write a program to convert a decimal number in to its equivalent binary number?
What is stl in c++ with example?
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
Name the different types of stl containers.
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.
Define stl.
What two types of containers does the stl provide?
What are the various types of stl containers?
Is there any error below, its a code to delete all entires from a map #include
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.