Constructor (object-oriented programming): Difference between revisions

Content deleted Content added
Line 233:
// The variable static constructor is executed and _A is 32
MyClass c = new MyClass();
</source>
yes ....!!
 
=== C++ ===