Answer the question
In order to leave comments, you need to log in
Do a string object and a self-created type object have the same structure, given that they are both reference types?
class A
{
}
class Program
{
public static void Main()
{
string a = "99";
A a2 = new A();
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question