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 what?s happening in the first constructor: public
class c{ public c(string a) : this() {;}; public c() {;} }
How is this construct useful?



Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;};..

Answer / vijaykumar

When constructor public c(string a) is called to construct
an object, it first calls the default constructor then the
initialisation procedures in public c(string a).

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C Interview Questions

what does exit() do?

3 Answers   Cadence,


What is && in c programming?

0 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


write a program which counts a product of array elements lower than 10.

1 Answers  


write a program to add two numbers of any size.....(remember any size)

1 Answers  


What is the difference function call by value & function call by reference?

6 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


What is the use of ?: Operator?

0 Answers  


What are the different types of errors?

0 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


What is main return c?

0 Answers  


Categories