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 assembly c#?
What is difference between yielding and sleeping?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
How to declare a property in a class?
Explain data types in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What are the 4 pillars of any object oriented programming language?
Distinguish between system.string and system.text.stringbuilder classes?
What is dynamic in c#?
Is hashset ordered c#?
How to move to a state-related codebase?
Explain the difference between and xml documentation tag?
Can you specify nested classes as partial classes?
Define c# i/o classes?
What is class method?