what is a constructor?
Answer Posted / pushparaj pentakota
constructor is a special method it's invoke when object is
created and used to initialize instance members.and doesn't
have any return type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is parsing?
What are namespaces, and how they are used?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
How do you convert byte array to hexadecimal string, and vice versa?
What is concrete class in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is difference between C# and VB.NET?
write a c# program add two matrix with input number ?
What are floating point numbers?
What is array and types of array in c#?
What is the difference between IEnumerator and IEnumerable?
How is exception handling implemented in c#?
What is an event in c#?
Why delegates are safe in c#?
What is Named parameter in C#?