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
Name any three ways to pass parameters to a method in c#?
Why c# is called type safe language?
1. Describe page life cycle?
What is difference between field and property in c#?
Can we extend sealed class in c#?
What are the examples of data types?
Why do we use polymorphism in c#?
Can abstract class be sealed?
Explain the process of abstraction with an example?
What is enum in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is meant by unicode characters?
What is jit (just in time)?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is the concept of strong names?