Explain what?s happening in the first constructor: public
class c{ public c(string a) : this() {;}; public c() {;} }
How is this construct useful?
Answer Posted / 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 View All Answers
Is there a way to compare two structure variables?
what is the different bitween abap and abap-hr?
What is indirection in c?
What is the value of h?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What do mean by network ?
How can type-insensitive macros be created?
How can I manipulate individual bits?
How will you find a duplicate number in a array without negating the nos ?
How to create struct variables?
What does c mean?
What do you mean by c what are the main characteristics of c language?
What is a MAC Address?
What is 2 d array in c?
Explain what is the most efficient way to store flag values?