Hi
How can I inherit from a class in C#?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Santhosh Kumar JayaramanPosted Jul 11, 2012, 7:08 AM
{
void calculate()
{
}
}
public class child1: Parent
{
// child methods
}