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
Why do we still see so much non-oo code written in c# today?
What are properties in C#?
What is a event in c#?
When a switch is said to be congested?
What is tryparse?
Define delegation in .net?
What is delegate in c# interview questions?
What is the purpose of a namespace?
What is managed or unmanaged code?
What is the difference between internal and protected in c#?
Why do we overload constructors?
What is cts, clr?
What are extensions in c#?
What floating point types is supported in C#?
What is int32?