We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7252fd5 commit b807f7aCopy full SHA for b807f7a
OOPS/13Encapsulation.js
@@ -31,6 +31,7 @@ class savingacc extends balanceacc{
31
transactionlimit=2000;
32
constructor(name,balance=0){
33
super(name,balance);
34
+ console.log(this.#balance); //ERROR
35
}
36
37
class curracc extends balanceacc{
0 commit comments