1.

What Is The Syntax To Inherit From A Class In C#?

Answer»

PLACE a COLON and then the NAME of the BASE class.
Example: class MyNewClass : MyBaseClass.

Place a colon and then the name of the base class.
Example: class MyNewClass : MyBaseClass.



Discussion

No Comment Found