basic constructor question regarding objects in c# -
Hey guys, just start with C #. I had some doubts, really appreciate it if someone can help me.
Question 1
Nameshot lending-money {public partial class} Form 1: form {boy nikhil = new man (); Public Form 1 () {Initialization (); Nikhil.cash = 50; }}
In the above program form 1 () the producer should first walk but is carried out immediately outside the manufacturer so that the producer can immediately and in return the man's data member (cash person member data member is)?
The code will be compiled, then will be moved to the instant constructor. It will be given instant before your constructor's body is executed.
Comments
Post a Comment