Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Execution order between base and derived inline instance field initializers

Talking C # , what is an instance field initializer? Here are two: class T { private int afield = 1024 ; private StringBuilder anotherfield = new StringBuilder() ; } Now, consider the program below, What would the output be? class B { public B(int n){Console.WriteLine(n);}
Posted by marcod | 1 Comments
Filed under:

Design for Trustworthy Software: Tools, Techniques, and Methodology of Developing Robust Software

If you like studying about how to create better software from a variety of perspectives, then the following book could bring interesting ones onto the software design table: Design for Trustworthy Software: Tools, Techniques, and Methodology of Developing
Posted by marcod | 0 Comments
Filed under:
 
Page view tracker