Answer Posted / narayan prajapati
Constructor is What?
Example(Constructing Builings Or in our programing Builing
Programs)
1.It Should Have Same Class Name eg.(Fun)& Function Name eg.
(Fun)And Pass Suitable Parameters
2.Its Function Doesn't Return Value.
3.When Object is Initialize,it Directly Call.
4.constructor Works First & then When main Function work
completed the Destructor Come to work,And Clear the
Previous Data.
5.while Initializing parameters in main function,we Should
take Care Of Constructor Function Parameters eg.(If 2
parameters Are pass in constructor function then is
necessary to pass 2 parameters in main function,if not it
Will Send An Error!)
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What does stl mean in slang?
What is the use of stl?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
Who created stl?
What do stl stand for?
sir please send me bpcl previous question papers
How connect plc and pc through software
what is template and type convertion
What is stl stack?
Is stl open source?
Why should a c++ programmer be interested in stl?
Is string part of stl?
Who wrote stl?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
how to use C++?