0
Can somebody explain me inheritance classes?? If possible with a code example.
I have a project create a class block with variables floors,flats,rooms but I do not know how can I inherit the classes and what functions do I have to use??
1 Antwort
0
Here is a good tutorial on Javascript inheritance.
https://alexsexton.com/blog/2013/04/understanding-javascript-inheritance/
My bad. You didn't leave a language tag on your question.