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...				
			
		- 	
				 LIVE LIVELaura Loomer6 hours agoEP154: Naturalized US Navy Medic From GAZA Exposed For Ties To Hamas994 watching
- 	
				 35:45 35:45Stephen Gardner8 hours ago🔴BREAKING: Election Auditor EXPOSES Democrat Election Fraud Evidence!7.61K28
- 	
				 15:48 15:48Sponsored By Jesus Podcast12 hours agoHow to Stop Being JEALOUS | When Comparison Steals Your Joy243
- 	
				 LIVE LIVEDLDAfterDark3 hours agoDon't Worry - Things Will Get SO Much Worse! Sometimes It Be Like That192 watching
- 	
				 25:41 25:41Robbi On The Record9 hours agoThe Billion-Dollar Lie Behind OnlyFans “Empowerment” (Her Testimony Will Shock You) | part II1453
- 	
				 12:22 12:22Cash Jordan53 minutes ago"CHICAGO MOB" Fights Back... "ZERO MERCY" Marines DEFY Judge, SMASH ILLEGALS233
- 	
				 46:58 46:58Brad Owen Poker12 hours agoI Make QUAD ACES!!! BIGGEST Bounty Of My Life! Turning $0 Into $10,000+! Must See! Poker Vlog Ep 323321
- 	
				 2:52:28 2:52:28TimcastIRL4 hours agoSTATE OF EMERGENCY Declared Over Food Stamp CRISIS, Judge Says Trump MUST FUND SNAP | Timcast IRL190K108
- 	
				 DVR DVRTundra Tactical10 hours ago $14.20 earned🚨Gun News and Game Night🚨 ATF Form 1 Changes, BRN-180 Gen 3 Issues??, and Battlefield 6 Tonight!21.4K
- 	
				 1:45:13 1:45:13Glenn Greenwald7 hours agoJD Vance Confronted at Turning Point about Israel and Massie; Stephen Miller’s Wife Screams “Racist” and Threatens Cenk Uygur with Deportation; Rio's Police Massacre: 120 Dead | SYSTEM UPDATE #54098.3K103