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 |
When should I use static in C#?
0 Answers SwanSoft Technologies,
Is php better than c#?
What is datasource c#?
What is the difference between “constant” and “readonly” variables in c#?
In howmany ways can you deploy an assembly?
Why is it a bad idea to throw your own exceptions?
Explain how do you directly call a native function exported from a dll?
ctype(123.34,integer) - should it throw an error? Why or why not?
how to use msflexgrid in asp.net
Explain attributes in c#?
What are extensions methods in c#?
What do you mean by for each loop?
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)