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! 🐇
2 years 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...
-
LIVE
Misfits Mania
2 days agoMISFITS MANIA: Weigh-In & Award Ceremony
1,243 watching -
LIVE
Graham Allen
1 hour agoLive From AMFEST 2025: Day 2
1,615 watching -
LIVE
LFA TV
8 hours agoLIVE & BREAKING NEWS! | FRIDAY 12/19/25
3,755 watching -
1:01:55
VINCE
3 hours agoIs This Why They Were Hiding The Evidence? | Episode 192 - 12/19/25 VINCE
170K111 -
LIVE
Badlands Media
7 hours agoBadlands Daily: 12/19/25
3,370 watching -
14:45
Bearing
3 hours agoFROGAN Gets BODIED 💥 Caleb Hammer, Asmongold + the $20k Rejection 💰
10.7K11 -
1:10:23
Graham Allen
3 hours agoTensions ERUPT At AMFEST, Is Our Party Too Far Gone?
118K533 -
LIVE
Caleb Hammer
2 hours agoThis Has Never Happened Before | Financial Audit
269 watching -
LIVE
The Big Mig™
3 hours agoTrump Drops Bombshell: Weed Reclassified to Schedule III
2,687 watching -
23:17
The Car Edition Ltd
8 hours ago $0.69 earnedFord Fiesta 1.4 Titanium Full Overhaul | Suspension, Brakes, Tyres & Engine Repair - The Car Edition
12.4K