Forum: C# Jan 16th, 2009 |
| Replies: 2 Views: 431 HighSchool.Teacher staff = new HighSchool.Teacher("Vice Principal");
Here u are creating an object of the class named Teacher which is derived from the class Person. So when u create the object... |
Forum: C# Dec 23rd, 2008 |
| Replies: 6 Views: 2,274 From Decimal to Binary..
using System;
class Program{
static void Main(string[] args){
try{ |