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


When compiler adds a default constructor to a class?

Answers were Sorted based on User's Feedback



When compiler adds a default constructor to a class?..

Answer / chandana

The compiler adds a default constructor to a class when no
constructor are specified by the programmer.

Is This Answer Correct ?    10 Yes 0 No

When compiler adds a default constructor to a class?..

Answer / sitaram

when ever compile the class,First compiler check the any
type of constructor is available or not in that class? if
it is not available. compiler will automatically create the
default constructor.

Is This Answer Correct ?    3 Yes 1 No

When compiler adds a default constructor to a class?..

Answer / abhay k pandey

When there in no explicite parameterless constructor
written for any class. C# compiler calls the default
constructor and initializes fields with zero, false and
null values.

Is This Answer Correct ?    1 Yes 0 No

When compiler adds a default constructor to a class?..

Answer / romeo

when the object of that class is created with no parameters
passed.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More C Sharp Interview Questions

For read-only operation which property you have to designated?

0 Answers   Siebel,


What is generic delegate in c#?

0 Answers  


What does console writeline do?

0 Answers  


Are c and c# the same thing?

0 Answers  


How can I produce an assembly?

0 Answers  


Can variables defined in interface. If yes how we can call/use it in class.

2 Answers   Synechron,


Explain metadata in c#.

0 Answers  


What is this keyword in C#?

0 Answers  


Explain the term inheritance in C#.

0 Answers   Deloitte, JPMorgan Chase,


What is an array class?

0 Answers  


Does C# support multiple inheritance?

5 Answers  


If the original method is not static you can declare an override method to be static or not?

0 Answers   Siebel,


Categories