Answer Posted / k. amith kumar
Yes
Example:
class A
{
A(){} //Constructor.
~A(){} //Distructor.
.........
..........
}
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is out int in c#?
What is inheritance in csharp?
Explain the role of Garbage collector and its generations?
What are the Types of JIT and what is econo-JIT
What is file extension of webservices?
Explain async and await?
how dot net compiled code will become platform independent?
What is strong name assembly?
How is method overriding different from overloading?
What do you mean by jagged array?
What can I create with c#?
How can I get the ascii code for a character in c#?
Why do we use constructors in c#?
List down the fundamental oop concepts?
What is decimal in c#?