0
In C# is seen some class using the keyword virtual
in some methods.
Example:
class Person
{
public virtual string GetName()
{
// faz alguma coisa aí
}
}
I’d like to know what this one’s for virtual
.
0
In C# is seen some class using the keyword virtual
in some methods.
Example:
class Person
{
public virtual string GetName()
{
// faz alguma coisa aí
}
}
I’d like to know what this one’s for virtual
.
Browser other questions tagged c#
You are not signed in. Login or sign up in order to post.
What a lovely hammer, kkkkkk
– Wallace Maxters
https://answall.com/questions/25831/o-que-%C3%A9-a-class-attributes-e-m%C3%A9all-virtual
– NIZZOLA