Click here to Skip to main content
15,867,835 members
Everything / Inheritance

Inheritance

inheritance

Great Reads

by GProssliner
cobj is a preprocessor based generator for interface based polymorphism
by Mark Pelf
Tutorial on “Prototypal Inheritance” in JavaScript language
by Martin ISDN
Solid JavaScript from facts to rules
by tonyt
namespace System{ public static class SystemExtensionMethods { public static string GetAncestry( this object target ) { return string.Join( " -> ", target.GetTypes().Reverse().Select( t => FormatName( t ) ).ToArray() ); } public...

Latest Articles

by Mark Pelf
Tutorial on “Prototypal Inheritance” in JavaScript language
by Lee P Richardson
How to secure external web APIs
by Martin ISDN
Solid JavaScript from facts to rules
by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS

All Articles

Sort by Score

Inheritance 

7 Jun 2016 by GProssliner
cobj is a preprocessor based generator for interface based polymorphism
1 Nov 2023 by Mark Pelf
Tutorial on “Prototypal Inheritance” in JavaScript language
2 Jan 2020 by Martin ISDN
Solid JavaScript from facts to rules
19 Jul 2013 by Gaurav_Chhatbar
Object oriented implementation of basic language processing / parsing leveraging LINQ / PRISM / UnityContainer.
10 Dec 2016 by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS
11 Oct 2013 by ASP.NET Community
The Localize Control lets you localize any element on an .aspx page. It provides adesign time feature not offered by its base class, the Literal
4 Jan 2015 by Nick Polyak
Continue describing usage of NP.WrapperGenerator.vsix visual studio extension. Present more complex cases of multiple inheritance including diamond multiple inheritance.
7 Feb 2013 by Abul Kayes
Implementation of the Decorator pattern in C# .NET.
11 Feb 2014 by Uzi Granot
This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files.
25 Sep 2013 by Member 10277780
User-friendly object model in JavaScript
8 Jul 2015 by Dominic Burford
Prototypal Inheritance with Javascript
9 Apr 2016 by Akhil Mittal
This part of the article series will focus more on run time polymorphism also called late binding.
15 Jul 2015 by Akhil Mittal
This article will cover almost every OOP concept that a novice/beginner developer hunt for, and not only beginners, the article’s purpose is to be helpful to experience professionals also who need to sometimes brush-up their concepts or who prepare for interviews.
18 Jul 2014 by Duarte Cunha Leão
Enabling private state in any JavaScript object.
15 Jul 2015 by Akhil Mittal
Diving in OOP (Day 2):My article in the second part of the series will focus solely on inheritance concept in OOP
26 Nov 2010 by Achilleas Margaritis
C++0x Dynamic Message Passing Ala Objective-C
9 Jun 2014 by Bilel Msekni
How to properly replace base classes with sub classes in WCF contracts ?