Question:Which of the following code samples show a valid static constructor? 

A class Sample { public static Sample() { } } 

B class Sample { static Sample() { } } 

C class Sample { static Sample(int value) { } } 

D class Sample { static void Sample() { } } 

+ Answer
+ Report
Total Preview: 502

Copyright © 2024. Powered by Intellect Software Ltd