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
10
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:28:46
Donald Trump Jr.
6 hours agoOut of this World: Breaking News Investigation on Secret Alien Aircrafts, Live with Ross Coulthart & Lue Elizondo | TRIGGERED Ep.207
54.7K73 -
LIVE
Tucker Carlson
31 minutes agoMother of Likely Murdered OpenAI Whistleblower Reveals All, Calls for Investigation of Sam Altman
5,908 watching -
1:43:00
Redacted News
3 hours agoBREAKING! CAPITOL POLICE ON HIGH ALERT OVER ATTEMPTS AGAINST TRUMP, MEDIA SILENT | Redacted
63.3K96 -
51:09
Candace Show Podcast
2 hours agoHILARIOUS! TikTok Ban Backfires | Candace Ep 133
50.7K87 -
LIVE
Dr Disrespect
7 hours ago🔴LIVE - DR DISRESPECT - WARZONE - NO MERCY
3,255 watching -
LIVE
Mally_Mouse
50 minutes agoLet's Hang!! -- P.O.Box opening! & Stardew Valley pt. 20!
305 watching -
LIVE
The Amber May Show
2 hours agoDeep Dive On The California Fires | Gulf of 'Merica | Alan Sanders
210 watching -
5:32
Rethinking the Dollar
6 hours agoHolding 0.001 Bitcoin Could Make You a Millionaire – Here’s Why You’re the Elite
2.5K6 -
14:23
Degenerate Jay
8 hours ago $0.05 earnedThe Arkham Batman Is Alive - The Suicide Squad Game Is Dead
1.95K -
1:06:50
PMG
20 hours ago $0.61 earned"Never trust a government that leads you into the apocalypse"
9.5K3