InterviewSolution
Saved Bookmarks
| 1. |
Give 2 Scenarios Where Static Constructors Can Be Used? |
|
Answer» 1. A typical USE of static CONSTRUCTORS is when the class is USING a LOG file and the constructor is used to write entries to this file. 1. A typical use of static constructors is when the class is using a log file and the constructor is used to write entries to this file. |
|