Select from following answers:- Static (Shared in VB.Net)

- Instance class
- both
- None of the above
- All Above
Static (Shared in VB.Net) is the right answer.Because it has a private constructor so we can not create an object of static class.If we want to create then it will give compile-time error.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator