-
-
A char in C# is
Skill/Topic: BeginnerA) 8 bitB) 16 bitC) 32 bitExplanation: Unicode characters are supported in C#
-
-
-
Where we can use DLL made in C#.Net
We can use the .net DLLs only in the applications supporting .NET.
-
You can inherit multiple interfaces in C#
Skill/Topic: IntermediateA) TrueB) FalseExplanation: A class can inherit multiple interfaces
-
-
-
-
How do you inherit from a class in C#?
Place a colon and then the name of the base class. Notice that it's double colon in C++.
-
Attributes
Skill/Topic: IntermediateA) Are data typesB) Return typesC) Used to provide extra information for the compiler
-
How do you choose 1 entry point when C# project has more Main( ) method?
A) Not PossibleB) Using /Main along with class name in csc.exeC) By just providing the class name to csc.exe
-
-
-
-
-
-
-
What are Namespaces
A) Naming convention used in .NetB) Group of classes categorized to avoid name clashC) None of the above
-
C# Interview Questions
Ans