what is a constructor?
Answer Posted / shadab alam
It is very Important to know that
---------------------------------------
Constructor is generally used to create the new instance of
a class.
Constructor is special type of method that is used to
initialized the member variable and It has same name as the
class Name.It does not have return type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the namespace level elements?
What is a shared assembly?
How do you escape in c#?
Is hashset ordered c#?
How many types of namespaces available in version4?
What is namespace in oop?
Is c# 8 released?
What is difference between function and method in c#?
Explain about Threading Types.
What is distribute by in hive?
Can a sealed class be used as a base class?
Explain the Usage of web.config
What is the implicit name and type of the parameter that gets passed into the class set method?
What is an ienumerable in c#?
Is c# lazy thread safe?