本文介绍了C#中类的大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
请让我知道C#中类的大小.
例如
a)班级信息的大小是多少?
hi guys,
please let me know what is the size of the class in c#.
for e.g
a) what is the size of class info ?
class info
{
protected string name;
protected string age;
protected string emailid;
public void display()
{
Anything u want to display....
}
}
b)这个空类的大小是多少?
b)what is the size of this empty class ?
class studentinfo
{ }
请说明每种数据类型的大小功能简介.
提前谢谢.
Aditya.
please explain the size of each datatype & function in brief.
Thanks in advance.
Aditya.
推荐答案
这篇关于C#中类的大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!