What is Constructor

Answer Posted / biswajit rout

Constructor is a special type of member function which
never returns any value.It is mainlly used for
initilazation of data member(s).It can only invoked by the
creation of the object of the respective class.constructor
can very well use AccessSpecifier.
constructor can very well overloaded but it can not be
overridden.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i wanted to know about questions about c,c++ , which is required for placements.... im a fresher

1704


How does an stl file work?

656


Explain stl.

908


What is a list in c++ stl?

697


Who created stl?

658






What is a standard template library (stl)?

651


What is a standard template library (stl)? What are the various types of stl containers?

675


What are the different types of stl containers?

652


What are the various types of stl containers?

740


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2505


What is stl stand for?

742


What is a stl vector?

628


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2098


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

2867


Is stl part of c++ standard?

647