Explain constructor in c#?
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 |
What is shared inheritance
Explain About remoting and web services. Difference between them
What’s a strong name?
Explain states of a thread in c#?
How do I make a dll in c#?
What will be the output of the following code?
Is c sharp open source?
f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.
What is Web.config?
What is difference between float and integer?
Are cao stateful in nature?
Is php easier than c#?