TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
OOP/OOD
FOLLOW
Welcome to the Object Oriented Programming section of C# Corner. In this section, you will find OOP and OOD related tutorials, books, articles, source code samples, videos, and discussions.
Articles
(78)
Blogs
(46)
Resources
(2)
Videos
(3)
News
(3)
Articles
Replace If With Polymorphism With AutoFac DI Container
As the title specify we will be Replacing the conditional if and Switch statement with the help of Polymorphism using DI container and talk about the benefits of doing the same in this article. Oop...
Saillesh Pawar
Jul 26, 2018
Composition And Aggregation
This article describes Composition and Aggregation
Hemant Jindal
Jun 07, 2018
Proper Type Encapsulation - Part One
Encapsulation is one of the fundamentals of OOP (object-oriented programming). It refers to the bundling of data with the methods that operate on that data. Encapsulation is used to hide the values...
David Mccarter
May 29, 2018
Learn About Mixin Pattern
Mixin is an object oriented programming concept that has been used successfully in the enterprise application development scenarios. In an object oriented programming language, Mixin is a class whi...
Nanddeep Nachan
Apr 25, 2018
Aborting Thread Vs Cancelling Task
The below post is based on one of the question I answered on StackOverflow, in which the questioner wants to cancel a task when its taking too long to respond; i.e., taking too much time in executi...
Pranay Rana
Dec 12, 2017
Introduction to Object-Oriented Programming
This article is a brief introduction to OOP. The basic building blocks of object-oriented programming are the class and the object. A class acts as a blueprint/template to create the instances/obje...
Sandeep Sharma
May 21, 2014
Explore Interface Vs Abstract Class
Here I explore an Interface Vs an Abstract Class. An interface can only have a declaration but not a definition. An interface can only have methods, properties, indexers and events whereas a class ...
Yogendra Kumar
Apr 01, 2013
OOP Series #2: Understanding Access Specifiers In C#
This article explains access specifiers in C#. Access modifiers and specifiers are keywords to specify the accessibility of a type and its members. C# has 5 access specifier or access modifier keyw...
Vidya Vrat Agarwal
Oct 07, 2014
Concept Of Factories In Object Oriented Programming
Concept Of Factories In Object Oriented Programming.
Pradeep Yadav
Jun 07, 2017
Diving Into OOP (Day 6) : Understanding Enums in C# (A Practical Approach)
This article of the series “Diving into OOP” will explain the enum datatype in C#.
Akhil Mittal
Aug 15, 2014
Diving Into OOP (Day 5): All About Access Modifiers in C# (C# Modifiers/Sealed/Constants/Readonly...
In this article we will cover each and every concept related to access modifiers in C#.
Akhil Mittal
Jul 01, 2014
Diving Into OOP (Day 4) : Polymorphism and Inheritance (All About Abstract Classes in C#)
In this article of the series "Diving Into OOP", we’ll discuss the hottest and most exciting topic of OOP in C#, Abstract Classes.
Akhil Mittal
Jun 02, 2014
Diving Into OOP (Day 3) : Polymorphism and Inheritance (Dynamic Binding/Run Time Polymorphism)
In this part of article we will focus more on run time polymorphism also called late binding or dynamic binding.
Akhil Mittal
May 17, 2014
Diving Into OOP (Day 2): Polymorphism and Inheritance
Here we will focus solely on inheritance concept in OOP.
Akhil Mittal
May 11, 2014
Diving Into OOP (Day 1): Polymorphism and Inheritance (Early Binding/Compile Time Polymorphism)
This article will cover almost every OOP concept that a novice/beginner developer might seek and not only beginners but this article's purpose is to be helpful to experienced professionals who ...
Akhil Mittal
May 09, 2014
An Overview Of Polymorphism, Inheritance And Encapsulation In OOP
In this article, you will learn an overview of polymorphism, inheritance and encapsulation in OOP.
Ammar Shaukat
Nov 17, 2016
Diving Into OOP (Day 7) - Properties in C# (A Practical Approach)
This article explains properties in C# and OOP concepts.
Akhil Mittal
Jun 30, 2015
Features Of OOPS Concepts
In this article you will learn the different features of OOPS concepts.
Nishant Mittal
Nov 09, 2015
Introduction To Domain Driven Design
Domain driven design is all about understanding the customer real business need. Here I am giving an introduction to Domain Driven Design.
Pradeep Sahoo
Nov 01, 2015
Real Life Example Of OOPS
In this article we are going to explain a real life example of Object Oriented Programming (OOPS). This question is frequently asked in interviews.
Rupesh Kahane
Oct 19, 2015
No Records Available.
41
-
60
of
78
<<
1
2
3
4
>>
Learn JavaScript
Challenge yourself
Google Cloud
E-Book Download
Get Certified
Front-end