This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
7cda5ce59cf5ca1f599b74ccb72dc06b7e7e85dd
Branches
Tags
View all branches
freeCodeCamp
/
guide
/
english
/
certifications
/
javascript-algorithms-and-data-structures
/
object-oriented-programming
/
override-inherited-methods
/
index.md
Mrugesh Mohapatra
da0df12ab7
fix(guide): simplify directory structure
2018-10-16 21:32:40 +05:30
191 B
Raw
Blame
History
title
title
Override Inherited Methods
Override Inherited Methods
Solution
Penguin
.
prototype
.
fly
=
function
()
{
return
"Alas, this is a flightless bird."
;
};