Answer Posted / hrpynux@gmail.com
A constructor in C++ is a special 'MEMBER FUNCTION' having the same name as that of its class which is used to initialize some valid values to the data members of an object. It is executed automatically whenever an object of a class is created
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why does dllimport not work for me?
What is helper method in c#?
What is an enumerator in c#?
What is difference between managed and unmanaged code?
What do u mean by delegation?
What is interpolation in programming?
Can enum be null c#?
What does int parse do in c#?
Explain synchronous and asynchronous operations?
What is desktop GUI application?
Does c# support multiple class inheritance?
Why do we use methods in c#?
Why are mutable structs evil?
What is the use of oops in c#?
What is dll in c#?