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! 🐇](https://1a-1791.com/video/s8/1/6/B/J/l/6BJlo.qR4e-small-Learn-JavaScript-INHERITANC.jpg)
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...
-
LIVE
The Charlie Kirk Show
31 minutes agoThe Biggest Fraud in History? + Russian Peace Talks + Unhappy Boomers? | Gingrich, Rasmussen | 2.18
6,707 watching -
58:11
The Dan Bongino Show
3 hours agoThis Is What Winning In Politics Looks Like (Ep. 2425) - 02/18/2025
221K467 -
Steven Crowder
3 hours ago🔴 WINNING: Why Trump Has John Oliver & All of Europe Freaking Out
228K175 -
1:04:20
Timcast
2 hours agoDemocrats Plan COUP In NYC After Mayor Defends Trump, Lets ICE Deport Criminals | Timcast LIVE
42.1K28 -
LIVE
LFA TV
16 hours agoTRILLIONS IN FRAUD & WASTE FOUND! | LIVE FROM AMERICA 2.18.25 11AM
5,232 watching -
UPCOMING
Grant Stinchfield
36 minutes agoPfizer Marketing Data Reveals 1223 Deaths in Just 10 Weeks Following COVID Vax Rollout
-
LIVE
The Shannon Joy Show
3 hours ago🔥🔥How’d America End up UPSIDE SIDE DOWN in China? And What Can We Do About it?🔥🔥
2,688 watching -
DVR
Bannons War Room
18 hours agoWarRoom Live
176K42 -
2:58:51
Wendy Bell Radio
7 hours agoCHECKMATE
65.6K62 -
56:32
VSiNLive
2 hours ago $0.85 earnedA Numbers Game with Gill Alexander | Hour 1
15.2K