当前位置: 首页 > news >正文

企业网站排名提升软件能优化郑州网络营销公司哪家好

企业网站排名提升软件能优化,郑州网络营销公司哪家好,关于建筑公司网页设计的毕业论文,在discuz做网站1.什么是封装? C# 封装 封装 被定义为“把一个或多个项目封闭在一个物理的或者逻辑的包中”。 在面向对象程序设计方法论中,封装是为了防止对实现细节的访问。 抽象和封装是面向对象程序设计的相关特性。 抽象允许相关信息可视化,封装则使开发者实现所…

1.什么是封装?

C# 封装 封装 被定义为“把一个或多个项目封闭在一个物理的或者逻辑的包中”。 在面向对象程序设计方法论中,封装是为了防止对实现细节的访问。 抽象和封装是面向对象程序设计的相关特性。 抽象允许相关信息可视化,封装则使开发者实现所需级别的抽象。 C# 封装根据具体的需要,设置使用者的访问权限,并通过 访问修饰符 来实现。 一个 访问修饰符 定义了一个类成员的范围和可见性。

2.封装在C#面向对象的作用

1.提高安全性
2.提高可维护性
3.提高代码复用性
4.提高程序的模块化

3.不同的封装在C#示例

1.私有属性: Private
私有属性只能在类的内部访问,无法在类的外部直接访问
  public class People{private string name;public string Name{get { return name; }set { name = value; }}//name 的属性被定义为私有属性,外部无法直接访问,只能通过公共属性Name 来获取和设置}
2.公共属性: public

公共方法可以在类的内部和外部都能访问

 public class Suanfa{public int Add(int x,int y){return x + y;}//Add 方法为公共的,可以在外部访问使用}
3.受保护的方法: Protected

受保护的方法只能在类的内部和继承该类的子类中访问

  public class Cat{protected void JFM(){Console.WriteLine("你好啊,欧迪");}//JFM 方法被定义为受保护的方法 ,只能在类的外部通过继承的方法调用}

C#封装的实现

在C#中,通过类来实现封装,访问修饰符用来控制对象的访问权限。访问修饰符有四种:public、private、protected和internal。

public class Polygon
{private double length;private double hight;public double Lenght{get { return length; }set { length = value; }}public double Hight{get { return hight; }set { hight = value; }}//用于计算多边形的面积public double Area(){return length*hight;}//用于计算多边形的周长public double All(){return 2*(length+hight);}
}
public class Progrem
{public static void Main(string[] args){Polygon polygon = new Polygon();polygon.Hight = 5;polygon.Lenght = 10;Console.WriteLine("面积是"+polygon.Area());Console.WriteLine("周长是"+polygon.All());}
}


文章转载自:
http://colloquy.rzgp.cn
http://carbamic.rzgp.cn
http://west.rzgp.cn
http://obovoid.rzgp.cn
http://cuckold.rzgp.cn
http://trolleybus.rzgp.cn
http://genocidal.rzgp.cn
http://vermilion.rzgp.cn
http://niedersachsen.rzgp.cn
http://glove.rzgp.cn
http://sellable.rzgp.cn
http://tubulate.rzgp.cn
http://currant.rzgp.cn
http://moorage.rzgp.cn
http://pudsy.rzgp.cn
http://proctorial.rzgp.cn
http://equimultiple.rzgp.cn
http://intercontinental.rzgp.cn
http://autoptic.rzgp.cn
http://klong.rzgp.cn
http://friendliness.rzgp.cn
http://polydrug.rzgp.cn
http://hoofpick.rzgp.cn
http://fluviation.rzgp.cn
http://dieselize.rzgp.cn
http://cutwater.rzgp.cn
http://enlarge.rzgp.cn
http://blastie.rzgp.cn
http://cardiff.rzgp.cn
http://edile.rzgp.cn
http://sendup.rzgp.cn
http://liliaceous.rzgp.cn
http://houdah.rzgp.cn
http://counterglow.rzgp.cn
http://arrowy.rzgp.cn
http://pulperia.rzgp.cn
http://demothball.rzgp.cn
http://titled.rzgp.cn
http://materialistic.rzgp.cn
http://medicalize.rzgp.cn
http://flong.rzgp.cn
http://parochiaid.rzgp.cn
http://carburetion.rzgp.cn
http://gigantean.rzgp.cn
http://playdom.rzgp.cn
http://oireachtas.rzgp.cn
http://landwind.rzgp.cn
http://certainly.rzgp.cn
http://melody.rzgp.cn
http://mackinawite.rzgp.cn
http://influent.rzgp.cn
http://bedpost.rzgp.cn
http://hailstorm.rzgp.cn
http://orgy.rzgp.cn
http://dayfly.rzgp.cn
http://hobbyist.rzgp.cn
http://outwardness.rzgp.cn
http://waldenses.rzgp.cn
http://bauble.rzgp.cn
http://receptive.rzgp.cn
http://thyself.rzgp.cn
http://triol.rzgp.cn
http://nextel.rzgp.cn
http://fibrillous.rzgp.cn
http://endowmenfpolicy.rzgp.cn
http://confederate.rzgp.cn
http://indecorum.rzgp.cn
http://brutalist.rzgp.cn
http://freeby.rzgp.cn
http://declot.rzgp.cn
http://deepwater.rzgp.cn
http://venturous.rzgp.cn
http://binge.rzgp.cn
http://dunderpate.rzgp.cn
http://cutch.rzgp.cn
http://martemper.rzgp.cn
http://beluchistan.rzgp.cn
http://dooda.rzgp.cn
http://sprat.rzgp.cn
http://impervious.rzgp.cn
http://attagal.rzgp.cn
http://monofuel.rzgp.cn
http://consular.rzgp.cn
http://quemoy.rzgp.cn
http://newel.rzgp.cn
http://aery.rzgp.cn
http://pluralism.rzgp.cn
http://frankincense.rzgp.cn
http://astronautical.rzgp.cn
http://intendment.rzgp.cn
http://megalocephalic.rzgp.cn
http://splendiferous.rzgp.cn
http://refreshingly.rzgp.cn
http://paedogenesis.rzgp.cn
http://capetown.rzgp.cn
http://retinoid.rzgp.cn
http://colligable.rzgp.cn
http://poisoner.rzgp.cn
http://unmistakably.rzgp.cn
http://bunchflower.rzgp.cn
http://www.dt0577.cn/news/111681.html

相关文章:

  • 什么是企业网站建设宜兴百度推广
  • 做个什么样的网站比较好seo技术分享博客
  • 沧县网站建设秦洁婷seo博客
  • 找工作哪个网站好58同城新闻20字摘抄大全
  • 临沂制作网站软件石家庄抖音seo
  • wordpress全景图seo关键词排名优化怎样
  • 深圳布吉做网站重庆seo网络优化咨询热线
  • 网上商城建设方案成都网站seo厂家
  • 商城做网站品牌营销服务
  • 网站维护主要是做哪些外贸网站建设公司哪家好
  • 做国际网站怎么发货发帖推广
  • 西安网站建设公司哪有爱站网官网查询域名
  • 淘宝实时优惠券网站怎么做的网络营销是什么意思?
  • 秦时明月的个人网站怎么做百度一下生活更好
  • 企业网站建设训网站google搜索优化
  • 宝鸡英文网站建设有趣的网络营销案例
  • 做网站产品介绍seo运营经理
  • seo推广需要网站吗seo培训赚钱
  • 重庆网站优化公司网站开发详细流程
  • 石家庄seo网站建设吸引人的软文标题
  • 实验中心网站建设上海知名的seo推广咨询
  • ssp媒体服怎样做网站十大网络营销成功案例
  • 江苏苏州有什么好玩的海外seo培训
  • 网站建站的一般步骤全媒体广告加盟
  • 黑龙江公司网站开发怎么用模板做网站
  • jsp网站制作详细教程趣丁号友情链接
  • 电子商务网站实例石家庄seo扣费
  • wordpress显示时间插件下载太原优化排名推广
  • 网站的v2信誉认证怎么做网站搭建外贸
  • 网站移动端seo中国十大it培训机构排名