L. P. with Microsoft C# - Level 3-Quiz-6

  1. You have a class with a private string method, a public string method, and a public abstract double method in it. this kind of class should be abstract.
  2. You have an equation that requires the use of pi.  you put Math.PI in your equation to get the most accurate version of pi.
  3. When coding for results, Having the basic idea of how to manipulate objects through the code is the most important thing.
Permalink | Comments (1) | Hits: 1115 | Time: 0:16:33
Learning Programming with Microsoft C# - Level 3-6.1
L. P. with Microsoft C# - Level 3-Quiz-6-Solution
All Comments
# - Woody - 2006-5-5 0:39:59
The important thing is that you have the basic idea of how to manipulate
these objects through the code.

If this can be done with shapes and circles and squares, it can be done with files
and databases and any other types of objects that you want to manipulate.
Post Your Comment
^ ^

Top