Thursday, May 12, 2022

C# Interview Question and Answers

 

C# Interview Questions


    Q. What is Class?

    A.  A class is a user-defined blueprint or prototype from which objects are created. Basically, a class combines the fields and methods(member function which defines actions) into a single unit. In C#,


    No comments:

    Post a Comment