《程序设计基础》课件——C#程序结构.pptxVIP

  • 0
  • 0
  • 约1.1千字
  • 约 9页
  • 2026-03-17 发布于福建
  • 举报

《程序设计基础》课件——C#程序结构.pptx

C#程序结构

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceHello_World{classProgram{staticvoidMain(string[]args){//输出内容Console.WriteLine(HelloWorld);Console.ReadLine();}}}命名空间类Main方法注释语句标识符关键字C#程序的基本结构

概念C#程序中的一种代码组织形式,主要用来标识类的可见范围。namespace命名空间名称语法引用using命名空间名;;分号一定不能少!!!命名空间

什么是类?一种数据结构,存储数据成员、方法成员和其它类等内容,便于调用…class类名{//类中的代码}定义类的关键字类的名称类?语法记住

C#关键字intpublicthisfinallybooleanabstractcontinuefloatlongshortthrowreturnbreakforforeachstaticnewinterfa

文档评论(0)

1亿VIP精品文档

相关文档