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
Define a manifest in .net?
Can a class be protected in c#?
What is icollection in c#?
What is a console in c#?
Is php easier than c#?
What is the benefit of dependency injection c#?
What is a boolean c#?
What is bitwise operator in c#?
What is writeline in c#?
Why delegates are type safe in c#?
How does array sort work?
What is the adv of using System.Text.StringBuilder over System.String?
What does char mean in c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
How to sign an assembly with strong name?