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
Please explain value types and reference types used in c#?
What is the difference between system.text.stringbuilder and system.string?
What is argument in c#?
What is the difference between package and interface?
What is class sortedlist underneath?
What are static and dynamic variables?
What is polymorphism in c sharp?
How do you pass reference parameters in c#?
How does split work in c#?
Name some properties of thread class.
What is the execution entry point for a c# console application?
What is dynamic dispatch?
What does executescalar return in c#?
What is lastindexof c#?
Can an abstract class have a constructor c#?