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 do you convert stl to steps?
What is stl in c++ with example?
What are the symptoms of stl?
What is stl stack?
Is there any error below, its a code to delete all entires from a map #include
What is meant by stl in c++?
what is template and type convertion
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
What is stl stand for?
Is stl part of c++ standard?
What is a list in c++ stl?
When did c++ add stl?
In what scenario does the Logical file and Physical file being used?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999