Q&A
Ask and answer questions to make information more available to wider audiences.
Ruby Loman @lomanruby   06, Apr 2023 12:00 AM
inherit a class
How can I inherit a class into another class in C#?
answers 1
 
Answer 1
Reagan Lyndon @lyndonreagan   08, Apr 2023 12:27 AM
In C#, colon can be used as an inheritance operator. You need to place a colon and follow it with the class name.