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
24
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...
-
LIVE
Barry Cunningham
6 hours agoPRESIDENTIAL BEATDOWN UPDATE! | BIDEN TREASON NEWS | DEMS AND MEDIA IN DOOM SPIRAL!
14,662 watching -
2:51:04
TimcastIRL
3 hours agoTrump SLAMS South African Pres. For DENYING "White Genocide," Corp Press CRIES AMBUSH | Timcast IRL
236K45 -
LIVE
MissesMaam
3 hours ago2ND YEAR ON RUMBLE - LIVE HIGHLIGHT MONTAGE PREMIER (18+)💚✨
1,194 watching -
35:58
Friday Beers
4 hours ago $0.97 earnedOur First Golf Challenge: Hit Under 40 or Lose $5,000
20.9K -
DVR
Badlands Media
19 hours agoAltered State S3 Ep. 29
45.3K -
LIVE
I_Came_With_Fire_Podcast
12 hours agoRESTRUCTURING THE WORLD - Civics Class w/ DAN HOLLAWAY
191 watching -
9:59:13
Dr Disrespect
12 hours ago🔴LIVE - DR DISRESPECT - GRAY ZONE WARFARE - VIP EARLY ACCESS
131K13 -
LIVE
Geeks + Gamers
2 hours agoGeeks + Gamers Play- MARIO GOLF SUPER RUSH
221 watching -
2:21:06
TheSaltyCracker
3 hours agoTrump Crosses Dem Red Line ReeEEEStream 05-21-25
92.7K161 -
LIVE
JdaDelete
4 hours ago $0.40 earnedBanjo-Kazooie | wedNESday | Part 3
199 watching