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

What is ref and out parameter in C#?

August 18, 2024August 21, 2015 rsingh

Answer: Both ref and out parameter or keywords in C# are used to pass an argument as a reference to a method in C# program.

Read More
C# Basic Interview Questions

Can same argument method with ref and out be overloaded in C#?

August 18, 2024January 29, 2023 rsingh

Answer: No, methods with ref and out parameters in C# with same number of arguments can’t be overloaded. For example, in below class we’ll get

Read More
C# Basic Interview Questions

What is sealed class and sealed method in C# with example

August 18, 2024January 29, 2023 rsingh

Sealed class cannot be inherited and sealed method in C# programming cannot be overridden. If we need to stop a method to be overridden or

Read More

Posts pagination

Previous 1 … 3 4

My Unique Books for YOU

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