Can anyone give an example of how to make a virtual object such as these
Thank You.
Code:
namespace critter_menu
{
class Program
{
static void Main(string[] args)
{
bool keepgoing = true;
int choice;
critter mycritter=new critter();