What is definition in c#?



What is definition in c#?..

Answer / Tripurari Sharan Gupta

In C#, Definition refers to the process of creating a variable, method, class, or other programming construct. It involves specifying their name, data type, and optional initialization.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is dependency in software?

1 Answers  


What are the characteristics of c#?

1 Answers  


class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  


What is the namespace for datatable in c#?

1 Answers  


How many aware interfaces are there?

1 Answers  


How do I trim a space in c#?

1 Answers  


What does the parameter Initial Catalog define inside Connection String?

5 Answers  


Why do we Need of static class in c#?

1 Answers   NA,


What are the different types of assemblies available and their purpose?

1 Answers  


Can a child class call the constructor of a base class?

1 Answers  


How garbage collection deals with circular references.

1 Answers  


What are the the three types of DAO ?

1 Answers  


Categories