โ Back to Encapsulation
Question 490
Static Instance Counter
Static Instance Counter
TheWidgetclass keeps a private static fieldcountthat increases by 1 each time aWidgetis constructed. Add a public static read-only propertyCountthat returns this shared field. Do NOT write aMainmethod. After creating three widgets the program prints: 3
Expected Output:
3
Topics:
Encapsulation
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.