Skip to content
Navigation menu
Log in
Create account
Forem
Close
#
inheritance
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Inheritance in CSS
Madeline
Madeline
Madeline
Follow
Jul 16 '20
Inheritance in CSS
#
css
#
beginners
#
inheritance
6
reactions
Comments
Add Comment
2 min read
Deeper Dive into Inheritance
Brandon Briones
Brandon Briones
Brandon Briones
Follow
Jul 6 '20
Deeper Dive into Inheritance
#
javascript
#
inheritance
#
beginners
7
reactions
Comments
Add Comment
3 min read
Understanding Prototypes and Inheritance in Javascript
Damien Cosset
Damien Cosset
Damien Cosset
Follow
May 27 '20
Understanding Prototypes and Inheritance in Javascript
#
javascript
#
prototypes
#
inheritance
37
reactions
Comments
Add Comment
5 min read
Do you know the difference between inherit, initial, unset, and.. And revert?
michalhonc
michalhonc
michalhonc
Follow
May 19 '20
Do you know the difference between inherit, initial, unset, and.. And revert?
#
css
#
inheritance
24
reactions
Comments
Add Comment
3 min read
What’s the deal with Object.prototype.hasOwnProperty.call()?
Amandeep Singh
Amandeep Singh
Amandeep Singh
Follow
Apr 24 '20
What’s the deal with Object.prototype.hasOwnProperty.call()?
#
javascript
#
prototype
#
webdev
#
inheritance
81
reactions
Comments
6
comments
4 min read
Effective Java Tuesday! Prefer Interfaces to Abstract Classes
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Apr 11 '20
Effective Java Tuesday! Prefer Interfaces to Abstract Classes
#
java
#
effective
#
inheritance
#
architecture
8
reactions
Comments
Add Comment
3 min read
Understanding and Using Prototypal Inheritance in JavaScript
Amanda Fawcett
Amanda Fawcett
Amanda Fawcett
Follow
for
Educative
Apr 9 '20
Understanding and Using Prototypal Inheritance in JavaScript
#
javascript
#
inheritance
#
beginners
87
reactions
Comments
Add Comment
8 min read
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Apr 3 '20
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.
#
java
#
effective
#
inheritance
#
architecture
6
reactions
Comments
Add Comment
4 min read
Interfaces in C++
Bosley
Bosley
Bosley
Follow
Apr 2 '20
Interfaces in C++
#
cpp
#
pubsub
#
interfaces
#
inheritance
9
reactions
Comments
2
comments
5 min read
The quest of private inheritance in C++
Sandor Dargo
Sandor Dargo
Sandor Dargo
Follow
Apr 1 '20
The quest of private inheritance in C++
#
cpp
#
oop
#
mentoring
#
inheritance
20
reactions
Comments
4
comments
5 min read
Effective Java Tuesday! Favor Composition Over Inheritance
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Mar 25 '20
Effective Java Tuesday! Favor Composition Over Inheritance
#
java
#
effective
#
inheritance
#
architecture
8
reactions
Comments
1
comment
4 min read
jQuery Inheritance
hartsean
hartsean
hartsean
Follow
Mar 23 '20
jQuery Inheritance
#
javascript
#
jquery
#
inheritance
8
reactions
Comments
Add Comment
1 min read
Architecture of Prototype Inheritance in JavaScript
went
went
went
Follow
Mar 18 '20
Architecture of Prototype Inheritance in JavaScript
#
inheritance
#
architecture
#
javascript
4
reactions
Comments
Add Comment
6 min read
Inheritance in JavaScript : Factory of Constructors with Prototype Chain : point of view from boring nerd
went
went
went
Follow
Feb 25 '20
Inheritance in JavaScript : Factory of Constructors with Prototype Chain : point of view from boring nerd
#
javascript
#
inheritance
#
prototype
4
reactions
Comments
Add Comment
18 min read
Inheritance In ES6
Salah Eddine Ait Balkacm
Salah Eddine Ait Balkacm
Salah Eddine Ait Balkacm
Follow
Feb 4 '20
Inheritance In ES6
#
es6
#
javascript
#
inheritance
#
oop
9
reactions
Comments
Add Comment
2 min read
Prototypal noninheritance in Javascript
Raul-Sebastian Mihăilă
Raul-Sebastian Mihăilă
Raul-Sebastian Mihăilă
Follow
Jan 6 '20
Prototypal noninheritance in Javascript
#
javascript
#
inheritance
#
proxy
#
prototype
5
reactions
Comments
Add Comment
2 min read
Inheritance, visited links and colour-contrast
Ross Angus
Ross Angus
Ross Angus
Follow
Jan 2 '20
Inheritance, visited links and colour-contrast
#
inheritance
#
css
#
a11y
#
contrast
7
reactions
Comments
2
comments
5 min read
Keeping A Constructor Private
Rajitha Prashan
Rajitha Prashan
Rajitha Prashan
Follow
Nov 26 '19
Keeping A Constructor Private
#
java
#
constructor
#
inheritance
#
singleton
9
reactions
Comments
2
comments
1 min read
Under the hood of Prototypal Inheritance in JavaScript
Prachurjya Basistha
Prachurjya Basistha
Prachurjya Basistha
Follow
Oct 21 '19
Under the hood of Prototypal Inheritance in JavaScript
#
oop
#
javascript
#
inheritance
12
reactions
Comments
3
comments
9 min read
Mixins in ECMAScript 6 - Awkward, inconvenient, powerful.
codelitically_incorrect
codelitically_incorrect
codelitically_incorrect
Follow
Sep 3 '19
Mixins in ECMAScript 6 - Awkward, inconvenient, powerful.
#
mixin
#
traits
#
modules
#
inheritance
6
reactions
Comments
1
comment
2 min read
prototype, __proto__ and Prototypal inheritance in JavaScript
Varun Dey
Varun Dey
Varun Dey
Follow
Aug 11 '19
prototype, __proto__ and Prototypal inheritance in JavaScript
#
javascript
#
fundamental
#
prototype
#
inheritance
53
reactions
Comments
6
comments
5 min read
With great prototype power comes great responsibility
Eugene Karataev
Eugene Karataev
Eugene Karataev
Follow
Jul 13 '19
With great prototype power comes great responsibility
#
javascript
#
prototype
#
inheritance
#
object
6
reactions
Comments
3
comments
1 min read
Intro to JavaScript Classes
Jasterix
Jasterix
Jasterix
Follow
Jun 16 '19
Intro to JavaScript Classes
#
javascript
#
classes
#
inheritance
#
constructors
11
reactions
Comments
Add Comment
3 min read
Inheritance without extends
Muhammed DURRA
Muhammed DURRA
Muhammed DURRA
Follow
May 26 '19
Inheritance without extends
#
java
#
inheritance
#
patterns
#
visitor
5
reactions
Comments
Add Comment
2 min read
C# OOP: Inheritance & Polymorphism
Adam Romig 🇵🇭
Adam Romig 🇵🇭
Adam Romig 🇵🇭
Follow
Apr 19 '19
C# OOP: Inheritance & Polymorphism
#
csharp
#
dotnet
#
inheritance
#
polymorphism
13
reactions
Comments
Add Comment
6 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account