DotNet By Ajay — New: ES2025 cheat-sheet is live!
Showing posts with label OOP's Interview Question. Show all posts
Showing posts with label OOP's Interview Question. Show all posts

June 1, 2026

Top 40 C# Interview Questions | 2026


----------------------------------------------------------
Basic C# Interview Questions & Answers
----------------------------------------------------------
1. What Is C#?
2. List Some Key C# Features.

February 12, 2023

How do you hide base class methods?

Using the new keyword in the derived class, the base class method can be hidden or suppressed. New implementation can be added to the derived class.

February 10, 2023

How method overriding different from overloading?

Overriding different from Overloading:

If we are overriding the method, derived class method behaviour is changed from the base class. In Overloading, method with same name by different signature is used.

September 13, 2020

OOP's Interview Question: What is OOP in C#?

Here i am discussing about, "OOP's related inter question's are asked up to fresher level".