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
Can I define my own exceptions?
How can I get around scope problems in a try/catch?
Why is c# better than java?
Define a class and an object?
Can we make a class private in c#?
Does c# have its own class library?
What are the extension methods in c#?
Why do we override in c#?
Why do we use Design Pattern in C#?
Can a class have static constructor?
What are the fundamental oop concepts?
What are the 2 types of data types available in c#?
What is Named parameter in C#?
What do you understand by the terms datareader object and dataset object?
What do you mean by saying a "class is a reference type"?