Answer Posted / manish
Constructor is a special type member function of class,it is
special becoz its name is same as its class name in wich it
is declared.
It has no return type even void.
Its main purpose is to initialize the object of the class in
which it is declared & this is happen as soon as the objwct
is created.
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
How stl is different from the c++ standard library?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
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
What do stl stand for?
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
How is stl different from c++ standard library?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
What are the symptoms of stl?
What is a standard template library (stl)?
What does stl stand for in basketball?
What is a list in c++ stl?
What is the use of stl?
What are the components of stl?
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.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.