What’s the implicit name of the parameter that gets passed into the class’ set method Posted on 9/3/2017 (IST) Answer: Value, and its datatype depends on whatever variable we’re changing. 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++. Does C sharp support multiple inheritance Posted on 9/3/2017 (IST) Answer: No, use interfaces instead. When you inherit a protected class-level variable, who is it available to? Posted on 9/3/2017 (IST) Answer: Classes in the same namespace.