What is the syntax to inherit from a class in C#?



Place a colon and then the name of the base class.
Example: class NewClassName : BaseClassName




Explore posts in the same categories: C# Interview Questions


BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |


Comment:

You must be logged in to post a comment.