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...


Explain constructor.

Answers were Sorted based on User's Feedback



Explain constructor...

Answer / hafiza khan

Constructor is like a method with a same name as of ur
class name ,no return type..
It is used to initialize the memebr variables of the class..
If there is no contructor provided compiler invokes the
default constructor. the Moment there is contructor is
provided to the class it can be any either default or
parameterized the compiler stops invoking it own default
constructor

Is This Answer Correct ?    12 Yes 0 No

Explain constructor...

Answer / megha

Constructor is a method having same name as that of a
class.It is automatically invoked when an object is
created.It is used to Initialize variables of a class.It has
no return types.
3 types of constructors are:-
1)default constructor
2)parameterised constructor
3)static constructor

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain the main components in .net?

0 Answers  


Explain the top .net class that everything is derived from?

0 Answers  


What is strong-typing versus weak-typing? Which is preferred?

0 Answers  


What is static constructor, when it will be fired?

0 Answers  


What is the use com component in .net?

0 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

1 Answers  


Define satelite assembly?

0 Answers  


Garbage collector thread is what kind of a thread?

1 Answers  


Please explain what is the .net framework and how does it work?

0 Answers  


What's the problem with .net generics?

0 Answers  


What is your observations between vb.net and vc#.net?

0 Answers  


How to debug failed assembly binds?

0 Answers  


Categories