0% found this document useful (0 votes)
26 views2 pages

C# Imp

Uploaded by

shegokarvs20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

C# Imp

Uploaded by

shegokarvs20
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

C# IMP QUESTIONS :

Unit I
1. What is .NET technology? Describe briefly its origins. -- MOST IMP
2. What is .NET Framework? List the Language supported by the .NET Framework. -- MOST IMP
3. What is the Microsoft Intermediate Language?
4. What is the Common Language Runtime(CLR)? -- MOST IMP
5. What is the Common Language Specification? -- MOST IMP
6. What are the benefits of .NET And C#? -- MOST IMP

UNIT II
1. What is C#? Describe the structure of typical C# Program. -- MOST IMP
2. Why do we use comments in a Program? with Example
3. What are command line arguments? How are they useful?
4. What is Literal, variable and Data type? with Example -- MOST IMP
5. What are Operators in C#? with Example -- MOST IMP
6. What are conditional statements in C#? with Example -- MOST IMP
7. What are methods in c#? Explain Some Methods with Example
8. What is structures and enumerations? How is it useful in C# programming? -- MOST IMP

UNIT III
1. What are the four main principles of Object-Oriented Programming (OOP)? Describe each briefly. -
- MOST IMP
2. How do classes and objects relate to each other in C#? Give an example to illustrate.
3. List and explain the different access modifiers available in C#. with Example -- MOST IMP
4. What is a constructor in C#? How does it differ from a method? with Example -- MOST IMP
5. What is a destructor in C#? When is it called? -- MOST IMP
6. Explain multilevel inheritance with an example in C#. -- MOST IMP
7. What is hierarchical inheritance in C#? Provide an example.
8. What is method overriding in C#?
9. What is method hiding in C#? Explain with Example.
10. What is Abstract Methods and Classes in C#? -- MOST IMP
11. Explain Sealed Classes and Methods in C#? -- MOST IMP
12. How do you define an Abstract Class and Interfaces in C#? Provide an example. -- MOST IMP

UNIT IV
1. What is operator overloading in C#? Explain with Example. -- MOST IMP
2. What is the difference between unary operators and binary operators? -- MOST IMP
3. What is a delegate in C#?Explain how to declare, instantiate, and invoke a delegate in C#. -
- MOST IMP
4. What is an event in C#?
5. Distinguish between Write and WriteLine methods. -- IMP
6. Distinguish between Read and ReadLine methods. -- IMP
7. What are the different types of errors in C#? Provide examples of each type.
8. What is an exception in C#?
9. What is exception handling in C#? -- MOST IMP
10. Explain the following : -- MOST IMP
a) Multiple catch statements
b) Exception hierarchy
c) Finally statement
d) Nested try blocks.

UNIT V
1. What is multithreading in C#? Explain with an example.-- MOST IMP
2. What is thread pooling in C# and why is it useful?
3. What is File Manipulation? Explain how to move, copy, and delete files in C#. -- MOST IMP
4. What is Scheduling and Synchronizing Threads? -- MOST IMP
5. Describe the process of reading from and writing to files in C#.
6. Explain Reading Drive Information? What is File Security in C#. -- MOST IMP

------------------------------------------------------------------------------------------------- --------------------------

You might also like