Friday, July 31, 2009

What is the procedure for writing a standard program or a project?

For example if i have to create a project for calculating wages of employee in c# console application.What is the standard method to write the program?Like creating Constructors........,methods...

What is the procedure for writing a standard program or a project?
define the objects (employee, payscale, etc.)


implement the objects as classes


write a program to use those classes to create your payroll program.





BTW - your technical lead should be giving you these directions


No comments:

Post a Comment