zoukankan      html  css  js  c++  java
  • Program

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;

    namespace PersonDemo2
    {
        class Program
        {
            static void Main(string[] args)
            {
              // Person p = new Person() { Name = "大圣" };
              // p.Speak("only you");

              // Stu s = new Stu();
              // //Person p = new Person() { Gender=Gender.Man, Hobby="吃鸡翅膀", Name="大圣" };
              //// s.ShowInfo();
              // s.Speak("曾经有........三个字");


               Person p = new Stu();
               p.Study();
               p.Speak("xx");

             // Stu s = new Person();

         

            }
        }
    }

  • 相关阅读:
    Go语言操作etcd
    grafana使用
    Java整理
    Go操作MySQL
    Go语言操作Redis
    es
    influxDB
    gopsutil
    Java基础之(三):IDEA的安装及破解 lyl
    ClojureScript 点访问格式
  • 原文地址:https://www.cnblogs.com/ken-admin/p/5825980.html
Copyright © 2011-2022 走看看