Multiple choice What is the meaning of the following statement written in C#? class A : B Class A is derived in class B Method of class A is implemented in class B Class B is derived in class A Class A and class B are same class Class B cannot be derived in class A Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct option as colon operator is used in C# to inherit any class in an existing class.