• Top Posts

    How do you inherit a class into other class in C#?


    • Colon is used as inheritance operator in C#. Just place a colon and then the class name.
    • Ex:
           public class DerivedClass : BaseClass

    No comments

    Post Top Ad

    ad728

    Post Bottom Ad

    ad728