Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hahaha this is awesome. It made my day! Now next we need to build a car factory 😄
-
Bored0ne258y"We need you to write a program that calculates whether or not a glass rod broken into 3 random pieces makes a right triangle"
-
mgard1068yThe best is when I interview people and they are only able to explain inheritance and polymorphism (poorly) by using the animal example.
Not one of them hired. -
I love this, I can only hope your company's follow up product is an admin dashboard for a luxury auto dealership.
class SportsCar extends Car {} -
linxlad2418yNever know, your next project could be a car manufacturer :P
Class Car extends Vehicle {}
manager: we need to design an admin system for a veterinary centre
dev: ok, this is it, remember your training
class Dog extends Animal {}
undefined