03.01.2015 Views

Complete set: Intro to C - Bill Buchanan

Complete set: Intro to C - Bill Buchanan

Complete set: Intro to C - Bill Buchanan

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

class Class1<br />

{<br />

static void Main(string[] args)<br />

{<br />

Profile pf1=new Profile("00000");<br />

pf1.Name="Fred Smith"; pf1.Telephone="123456";<br />

Profile pf2=new Profile("00001");<br />

pf2.Name="Fred Cannon"; pf2.Telephone="223456";<br />

Profile pf3=new Profile("00002");<br />

pf3.Name="Fred McDonald"; pf3.Telephone="323456";<br />

Profile.HowMany();<br />

}<br />

}<br />

}<br />

Sample Run<br />

There are 3 profiles<br />

<strong>Intro</strong><br />

duction <strong>to</strong> .NET<br />

Agilent .NET Course: More Objects 12

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!