How do you inherit from a class in C#?
Answer Posted / shadab
write first derived class name after that colon(:)and then
write super class name.
for example
class Base
{
}
class Derived:Base
{
}
for more information u can visit
http://www.shadab-programminghelp.blogspot.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is null empty or whitespace c#?
What is the role of the datareader class in ado.net connections?
What is the difference between an integer and int?
What is xml serialization in c#?
What are the different types of constructors?
What is data bind in c#?
What do multicast delegates mean?
What namespace is list in c#?
The int maps to which C# keyword in .NET type?
What does void do in unity?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is a thread c#?
What is difference between code access and role based security?
What are mutable and immutable types in c#?
Where do we set the min and max pool size for connection pooling?