How do you inherit from a class in C Sharp Posted on 9/3/2017 (IST) Answer: Place a colon and then the name of the base class. Notice that it’s double colon in C++.