Subclassing in javascript
I am learning java Script finding a way to make sub-classes in
java-script. I searched the web and found that we can create sub classes
by setting the prototype of our 'sub-class' to an instance of the
'super-class'.
What does this mean?And how does it gets implemented.?
No comments:
Post a Comment