Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.5k+ articles
Experiences
16.5k+ articles
C#
1.9k+ articles
CSharp-Collections-Namespace
180+ articles
CSharp-programs
80 articles
CSharp-Basics
38 articles
CSharp-Interfaces
16 articles
CSharp-Inheritance
9 articles
CSharp-OOP
36 posts
Popular Articles
Recent Articles
Difference between Method Overriding and Method Hiding in C#
Last Updated: 19 March 2019
Method Overriding is a technique that allows the invoking of functions from another class (base class) in the derived class. Creating a meth
...read more
C#
CSharp-OOP
CSharp-Inheritance
Method Hiding in C#
Last Updated: 19 March 2019
As we already know about polymorphism and method overriding in C#. C# also provides a concept to hide the methods of the base class from der
...read more
C#
CSharp-OOP
Anonymous Method in C#
Last Updated: 11 February 2019
An anonymous method is a method which doesn’t contain any name which is introduced in C# 2.0. It is useful when the user wants to create a
...read more
C#
CSharp-OOP
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Python
20.5k+ articles
Experiences
16.5k+ articles
C#
1.9k+ articles
CSharp-Collections-Namespace
180+ articles
CSharp-programs
80+ articles
CSharp-Basics
38+ articles
CSharp-Interfaces
16+ articles
CSharp-Inheritance
9+ articles
Different ways to create an Object in C#
Last Updated: 18 August 2021
A fully object-oriented language means everything is represented as an object but can't differentiate between primitive types and objects of
...read more
C#
Picked
CSharp-OOP
Early and late binding in C#
Last Updated: 21 December 2022
When an object is assigned to an object variable of the specific type, then the C# compiler performs the binding with the help of .NET Frame
...read more
C#
CSharp-OOP
C# | Inheritance in interfaces
Last Updated: 23 August 2024
C# allows the user to inherit one interface into another interface. When a class implements the inherited interface then it must provide the
...read more
C#
CSharp-OOP
Private Constructors in C#
Last Updated: 10 September 2023
Prerequisite: Constructors in C# Private Constructor is a special instance constructor present in C# language. Basically, private construct
...read more
C#
CSharp-OOP
Partial Methods in C#
Last Updated: 23 January 2019
C# contains a special method is known as a partial method, which contains declaration part in one partial class and definition part in anoth
...read more
C#
CSharp-OOP
C# | Static Class
Last Updated: 20 September 2023
In C#, one is allowed to create a static class, by using static keyword. A static class can only contain static data members and static meth
...read more
C#
CSharp-OOP
C# | How to use Interface References
Last Updated: 11 June 2019
In C#, you are allowed to create a reference variable of an interface type or in other words, you are allowed to create an interface referen
...read more
C#
CSharp-OOP
CSharp-Interfaces
C# | Multilevel Inheritance
Last Updated: 06 April 2023
Introduction:In object-oriented programming, inheritance is the ability to create new classes that are derived from existing classes, known
...read more
C#
CSharp-OOP
CSharp-Inheritance
C# Abstraction
Last Updated: 15 January 2025
Data Abstraction is the property by which only the essential details are shown to the user and non-essential details or implementations are
...read more
C#
CSharp-OOP
C# | Default Constructor
Last Updated: 23 January 2019
If you don't provide a constructor for your class, C# creates one by default that instantiates the object and sets member variables to the d
...read more
C#
CSharp-Basics
Picked
CSharp-OOP
C# | Copy Constructor
Last Updated: 04 December 2021
A constructor that creates an object by copying variables from another object or that copies the data of one object into another object is t
...read more
C#
CSharp-OOP
C# | Constructor Overloading
Last Updated: 24 March 2023
Prerequisite: Constructors in C#It is quite similar to the Method Overloading. It is the ability to redefine a Constructor in more than one
...read more
Technical Scripter
C#
Picked
CSharp-OOP
Technical Scripter 2018
First
1
2
3
>>
Last
First
1
2
3
>>
Last
First
1
2
3
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !