Please login to save your progress.
Inheritance
Exercise: Inherit from System.Object without using System.Object, Object or object.
Goal
Define a class named Proton that inherits from System.Object implicitly.
x
1
// Implement your classes here.
2
3
public class Program
4
{
5
public static void Main()
6
{
7
8
}
9
}
Page 6 of 18