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

Write code for interface implementation in C#

August 18, 2024January 29, 2023 rsingh

Answer includes the concept for interface implementation in C# with example and code example of multiple interface implementation. Answer: C# Interface inheritance or implementation is

Read More
C# Basic Interview Questions

Can we create object of static class in c#

August 18, 2024January 28, 2023 Viswanath A

Answer: NO For detailed information Please click on the below link. What is Static class in C#? Explain with example and USE

Read More
C# Basic Interview Questions

Can we call a static method like instance method in C#

August 18, 2024January 28, 2023 Viswanath A

Answer: No For detailed information Please click on the below link. Show C# Static and Instance methods call with simple program

Read More
C# Basic Interview Questions

How to compare two arrays in C# if they are Equal or Not.

August 18, 2024February 13, 2020 Viswanath A

How to compare two arrays in C# if they are equal or not using 2 methods with code example. By Comparing each corresponding element of

Read More
C# Basic Interview Questions

Share ArrayList Between Classes in c# with Code

August 18, 2024February 13, 2020 Viswanath A

Learn how an ArrayList can be shared between different classes in a C# program. In other words, how to pass Arraylist from one class to

Read More
C# Basic Interview Questions

What is Encapsulation in C# – Best Answer

August 18, 2024February 18, 2020 Viswanath A

Answer includes concept of encapsulation in C# oops with various C# encapsulation examples with programs. Answer:Encapsulation in C# is one of the oops principles that

Read More
C# Basic Interview Questions

How to achieve abstraction in C# -oops

August 18, 2024January 28, 2023 Viswanath A

Learn how to provide necessary information to the users and hide the unnecessary details using C# programs. The concept of “providing necessary details to the

Read More
C# Basic Interview Questions

If any method of a class is sealed, does it mean, class is also sealed? How is it different than abstract class?

August 18, 2024August 21, 2015 rsingh

Answer: No, in any class if we have sealed method it does not mean that the class is sealed. This rule is only apply to

Read More
C# Basic Interview Questions

Write test cases for Sum(int a , int b) function – C#.

August 18, 2024April 29, 2016 rsingh

Answer: Test cases for Sum(int a, int b) method. Positive Cases: Only int data type is accepted: Need to test if Sum () method accept

Read More
C# Basic Interview Questions

Up-casting and Down-casting in C# Inheritance

August 18, 2024January 29, 2023 rsingh

Answer: Explanation of Up-casting and Down-casting in C# inheritance with program examples. C# Up-Casting An assignment of derived class object to a base class reference

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.