C Sharp Programming (C#) Quiz 1

C Sharp Programming (C#) Quiz 1

We use ………. to inherit a class within another.





An abstract method ……….





Which of the following modifiers can be used with the properties?





Which of the following is true?





It is necessary to have ………. For the implementation of delegates.





Which of the following operators can be used in C# for string concatenation?





Every class must have at least on constructor in C#.



Constructors in C# cannot be ……….





If an array is declared as below then which of the following statement is true? int[] myArray= new int[];





If the subclass of an abstract class does not override all the functions of abstract class then it must be declared as ……….