How do you inherit from a class in C#?
Answers were Sorted based on User's Feedback
Answer / venu gopal
Place a colon and then the name of the base class. Notice
that it?s double colon in C++.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Is c# queue thread safe?
What is a c sharp?
What does protected internal access modifier mean?
What happens if the inherited interfaces have conflicting method names?
Why do we use partial class in c#?
Why ienumerable is used in c#?
What is the state of Garbage Collection after dispose() call info C# code?
What is the difference between Singleton design pattern and Factory design pattern?
How to prevent the error while updating ui control from another thread?
What is desktop GUI application?
What are the different types of assemblies available and their purpose?
Is hashset ordered c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)