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
Is it possible to execute multiple catch block for a single try statement?
Where is the main method in c#?
What is a copy constructor in c#?
What is difference between arraylist and list in c#?
What is overloading in c#?
What are Memory foot print of an exe?
What is c# in asp net?
Can an interface extend a class c#?
Explain About CLS?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
Explain acid rule of thumb for transactions in c#.
What are winforms in c#?
Who benefits from ajax?
Can we inherit class that contains only one private constructor?
How do I automate my desktop application?