Posts by NoNam4 • 3 points
1 post
-
0
votes1
answer81
viewsQ: Javascript Abstract Classes
How can I have an abstract class and its extended classes in the same file? for example: in forms.js class default { constructor(width){ this.width = width } area(){ return this.width ** 2 } }…
javascriptasked NoNam4 3