C# interviews questions

What is C-Sharp (C#)?
C# is a type-safe, managed and object oriented language, which is compiled by .Net framework for generating intermediate language (IL).


Explain the features of C#?
Below are some of the features supported in C# -


  1. Constructors and Destructors 
  2. Properties 
  3. Passing Parameters 
  4. Arrays 
  5. Main 
  6. XML Documentation and 
  7. Indexers

List some of the advantages of C#? 
Below are the advantages of C# - 

  1. Easy to learn 
  2. Object oriented 
  3. Component oriented 
  4. Part of .NET framework

No comments:

Post a Comment