Not Monitored
Tag not monitored by Microsoft.
42,798 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hi, I want to Change the data type of a Property of base class in derived class like so
public abstract class A
{
public string Name { get; set; }
}
public abstract class B : A
{
public char[ ] Name { get; set; }
}
Hello,
Welcome to Microsoft Q&A.
Your question about C# grammar and Q&A platform has not yet supported this topic.
You can ask questions in the Visual C# forum, where the technical staff are actively answering related questions.
Thanks.