Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author

Category: C# Basic Interview Questions

List of C# basic interview questions for freshers with best answers and notes asked in technical job interviews. | Only Real

C# Basic Interview Questions

Order of Constructor and Destructor call in C# – Interview QA

August 18, 2024April 10, 2016 rsingh

Answer: the order of execution of constructor and destructor call in c# inheritance: The constructor call is from top to bottom i.e. from base class

Read More
C# Basic Interview Questions

Can a single array have different data types in C#?

August 18, 2024January 29, 2016 rsingh

Answer: In C# programming, Array is homogeneous in nature, So, It cannot hold multiple data types e.g. int, String and bool etc. However, by declaring

Read More
C# Basic Interview Questions

What is difference between class and structure in C Sharp? Also, tell similarities between them.

August 18, 2024January 28, 2016 rsingh

Answer of this technical C# interview includes difference between class and structure in c# programming and similarities between them.Answer Similarities between class and structure in

Read More
C# Basic Interview Questions

When to use IS and AS operators in C#?

August 18, 2024January 27, 2016 rsingh

Answer: Use IS Operator in C# to check if two objects are of same type and AS Operator in C# to typecast one type of

Read More
C# Basic Interview Questions

Explain C# Abstract class constructor with Real Time Example

August 18, 2024January 26, 2016 rsingh

Answer includes C# abstract class constructor with real time example program. An interviewer can also ask it as, can abstract class have constructor in C#

Read More
C# Basic Interview Questions

What is difference between readonly and const in C#?

August 18, 2024September 29, 2015 rsingh

Answer: Use and conceptual difference between readonly and const in C# with example. CONST: The constant -const variable cannot be changed once it has been

Read More
C# Basic Interview Questions

How can you access private method in C# from main () function?

August 18, 2024September 16, 2015 rsingh

Answer: To access private method in C# programming of a class, we need to use reflection technique. In brief, reflection objects are used to get

Read More
C# Basic Interview Questions

What is Identifiers in C Sharp? Can Identifiers have same name as Keywords?

August 18, 2024September 4, 2015 rsingh

Answer includes definition of Identifiers and keywords in C sharp. We will also be answering the best practice if they have same name. Identifier: Identifier

Read More
C# Basic Interview Questions

What is virtual method in C# language and why do you use it?

August 18, 2024August 24, 2015 rsingh

Answer: A virtual method in C# language is method that have virtual keyword in its declaration. In c# inheritance feature, we may want to allow

Read More
C# Basic Interview Questions

What is issue if we make class constructor private in C# Programming?

August 18, 2024August 23, 2015 rsingh

If we make the constructor private of a class in C# programming then we cannot create an object of the class out side of it

Read More

Posts pagination

Previous 1 2 3 4 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.