DotNet Wisdom Logo DotNet Wisdom DotNet Wisdom
  • About
  • Contact
  • Tags
  • CSharp
  • Framework
  • GIT
  • MAUI
  • SQL Server

Tag: OOP

Showing tutorials tagged with OOP

SharkASP.NET Affiliate Banner
Sealed/Partial class in C#
Kamlesh Bhor  |  01 Jul 2025  |  30 views

This article provides introduction of Sealed class and Partial class in C# language with examples. Sealed classes are used to restrict the inheritance feature of object oriented programming. Partial class means incomplete class. It is used to place the code in different classes. Multiple partial classes will have the same name & will be accessed with one object name.

Abstract class in C#
Kamlesh Bhor  |  01 Jul 2025  |  31 views

This article provides introduction of abstract class in C# language with basic programs. An Abstract class is an incomplete class or special class we cant instantiate. We can use an Abstract class as a Base Class. An Abstract method must be implemented in the non-Abstract class using the override keyword. After overriding the abstract method is in the non-Abstract class.

OOPs Concepts in C#
Kamlesh Bhor  |  01 Jul 2025  |  31 views

This article provides introduction of Object Oriented Programming(OOPs) Concepts in C# language with basic programs. Object Oriented Programming means set of rules and rules are converted to concepts or features. Object Oriented Programming is used for code suppression. The code can be suppressed by creating classes and Object Oriented Programming is used to perform multitask.

© 2025 DotNet Wisdom. All rights reserved.