Exception handling in C# By Mallikarjun A 16:57:00 Add Comment Exception handling in C# Exception handling is a built-in mechanism in .NET framework to detect and handle run time errors. The .NET ... Read More
Collections in C# By Mallikarjun A 16:55:00 Add Comment Collections in C# “.NET” offers a variety of collections, such as ArrayList, Hashtable, queues, Dictionaries. Collections are abstraction... Read More
Delegates in C# By Mallikarjun A 16:55:00 Add Comment Delegates in C# Delegate is one of the base types in .NET. Delegate is a class, which is used to create delegate at runtime. Delegate ... Read More
Polymorphism in C# By Mallikarjun A 16:54:00 Add Comment Polymorphism in C# Polymorphism means the same operation may behave differently on different classes. Example of Compile Time Polymorphi... Read More
Encapsulation in C# By Mallikarjun A 16:53:00 Add Comment The object oriented programming will give the impression very unnatural to a programmer with a lot of procedural programming experience. In... Read More
Abstraction in C# By Mallikarjun A 16:51:00 Add Comment Abstraction in C# The word abstract means a concept or an idea not associated with any specific instance. In programming we apply the sam... Read More
Advantages of C# By Mallikarjun A 16:50:00 Add Comment Advantages of C# C# being a .NET language, it supports language interoperability, i.e. C# can access code written in any .NET compliant lan... Read More