Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.

Learn JavaScript INHERITANCE in 7 minutes! 🐇
1 year ago
32
Automotive
Education
Programming
Coding
Software Development
Web Development
Mobile App Development
Computer Science
Coding Tutorial
Code Learning
Programming Language
// inheritance = allows a new class to inherit properties and methods
// from an existing class. Helps with code reusability
class Animal{
alive = true;
eat(){
console.log(`This ${this.name} is eating`);
}
sleep(){
console.log(`This ${this.name} is sleeping`);
}
}
class Rabbit extends Animal{
name = "rabbit";
run(){
console.log(`This ${this.name} is running`);
}
}
class Fish extends Animal{
name = "fish";
swim(){
console.log(`This ${this.name} is swimming`);
}
}
class Hawk extends Animal{
name = "hawk";
fly(){
console.log(`This ${this.name} is flying`);
}
}
const rabbit = new Rabbit();
const fish = new Fish();
const hawk = new Hawk();
console.log(rabbit.alive);
rabbit.eat();
rabbit.sleep();
rabbit.run();
Loading comments...
-
1:32:34
Badlands Media
15 hours agoBaseless Conspiracies Ep. 150: 9/11 Mysteries, Remote Pilots, and Hidden Agendas
91K32 -
5:32:35
Akademiks
6 hours agoWHERE IS WHAM????? Thug we Forgive u dawg.. Ralo vs Boosie. Charlie Kirk fallout. Cardi B album?
70.8K7 -
2:05:53
Inverted World Live
7 hours agoDeath Cult Terror Cells, NASA Bans Chinese Nationals | Ep. 108
68K11 -
2:43:57
TimcastIRL
9 hours agoVP Says No Unity With Democrats Celebrating Charlie Kirk Assassination, Left Confirmed | Timcast IRL
292K184 -
13:45
The Charlie Kirk Show
8 hours agoTPUSA AT ASU CANDLELIGHT VIGIL
232K68 -
55:10
Katie Miller Pod
8 hours ago $16.71 earnedEpisode 6 - Attorney General Pam Bondi | The Katie Miller Podcast
109K30 -
1:46:41
Man in America
13 hours agoLIVE: Assassin Story DOESN'T ADD UP! What Are They HIDING From Us?? | LET'S TALK
88.7K119 -
2:24:17
Barry Cunningham
9 hours agoFOR PRESIDENT TRUMP WILL TAKE NO PRISONERS AND THE LIBS SHOULD EXPECT NO MERCY!
124K74 -
1:08:41
Savanah Hernandez
9 hours agoCharlie Kirk Was Our Bridge And The Left Burned It
69.4K60 -
1:59:01
Flyover Conservatives
12 hours agoFinancial Web Behind Charlie Kirk's Murder with Mel K | Silver On It's Way to $50 | FOC Show
76.5K12