Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Constructor

Answers were Sorted based on User's Feedback



What is Constructor..

Answer / 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

What is Constructor..

Answer / dipankar gain

constructor is just like a method(a function in C/C++) which
is called before the object of the class is created.
Generally you dont need to give the constructor in the class
definition but if you want to do something like initializing
variables, starting a connection, connect to the database,
then you should use the constructors.
If you dont include the constructor in your class, then the
java compiler puts it for you, its called the default
constructor.

Is This Answer Correct ?    0 Yes 0 No

What is Constructor..

Answer / ada

Constructor creates an object and initializes it. It also
creates vtable for virtual functions. It's different from
other methods in a class.

Is This Answer Correct ?    17 Yes 22 No

What is Constructor..

Answer / raj

contructor is construct which is construct
something................

Is This Answer Correct ?    6 Yes 16 No

Post New Answer

More STL Interview Questions

HOW TO GET "H1B" -VISA 4 USA FOR MY SON?HE HAD COMPLETED "MS"(IT)FROM AUSTALIA 2007.I AM WORKING IN U.S.A.

0 Answers  


What is a standard template library (stl)?

0 Answers  


what is a template?

2 Answers   Amazon, BITS, IBS, Wipro,


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

0 Answers  


write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance

3 Answers   TCS,


write a program to convert a decimal number in to its equivalent binary number?

0 Answers  


tell about sorted linked list

1 Answers  


write a program that input four digit number and find how many 7 that number contains

4 Answers  


How do I convert a stl file?

0 Answers  


What is a list in c++ stl?

0 Answers  


Write a program in C++ returning starting locations of a substring using pointers

1 Answers  


How does an stl file work?

0 Answers  


Categories