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
What is hierarchical inheritance in c#?
What are the return types in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What do you mean by stack and heap in c#?
How can encapsulation be achieved?
Is null empty or whitespace c#?
What is type safe in c#?
How does the clr work?
What is dataview c#?
Explain About stateless and state full web service
What do you mean by serialization in .NET?
List some Advantages of switch-case over if else?
Explain get and set accessor properties?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Why delegates are type safe?