Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / abstract

Abstract

abstract

Great Reads

by Dave “DWC” Curry
How to wire up drag+drop events through multiple objects.
by Greg Utas
Registering and efficiently accessing polymorphic objects
by iSahilSharma
This article is the first part of the series "Abstract Class & Interface: Two Villains of Every Interview" and explains the important key points of Abstract Class.
by SarveshShukla
This article describes the concept of an abstract class in .NET.

Latest Articles

by Dave “DWC” Curry
How to wire up drag+drop events through multiple objects.
by Greg Utas
Registering and efficiently accessing polymorphic objects
by iSahilSharma
This article is the first part of the series "Abstract Class & Interface: Two Villains of Every Interview" and explains the important key points of Abstract Class.
by SarveshShukla
This article describes the concept of an abstract class in .NET.

All Articles

Sort by Score

abstract 

by _Ankit_Singh_
There are 4 fundamentals ideas of Object Oriented Programming. They have the wonderful terms – Abstraction, Polymorphism, Inheritance, Encapsulation. One way to remember these is the acronym APIE. Let’s dive in each of them one by one.