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...
-
25:31
MattMorseTV
12 hours ago $18.33 earned🔴We just got THE MOTIVE.🔴
21.6K123 -
15:49
Nikko Ortiz
16 hours agoI Have A Gun
8.43K5 -
15:51
GritsGG
13 hours agoWinning a Warzone Match From a Tree! #1 Player's POV!
3.35K1 -
2:31:01
The Connect: With Johnny Mitchell
1 day ago $34.65 earned"It's About To Get Worse"- CIA Agent Andrew Bustamante Explains Why It's Time To Leave America
37.7K71 -
16:21
The Pascal Show
1 day ago $1.20 earned'THE FEDS MADE THIS UP!' Candace Owens Drops BOMBSHELL Pushing Back On Details In Charlie Kirk Case
3.53K5 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
273 watching -
25:39
DeVory Darkins
12 hours ago $20.02 earnedMass shooting erupts in Michigan as bombshell study shows left wing political violence skyrocketed
34.7K107 -
5:55:33
MattMorseTV
10 hours ago $123.95 earned🔴Portland ANTIFA vs. ICE.🔴
161K323 -
3:13:00
Badlands Media
1 day agoThe Narrative Ep. 40: Acceleratia.
70.9K25 -
6:57:01
SpartakusLIVE
9 hours ago#1 Solo Spartan Sunday || TOXIC Comms, TACTICAL Wins, ENDLESS Content
61K5