adspace
Answer Posted / Sangeeta Singh
Static methods in C# are used to provide functionality that doesn't require an instance of the class. They can be called directly from their containing class and don't have access to non-static class members.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers