|
Related Questions |
View Answer |
|
When you inherit a protected class-level variable? Who is it available to?
|
View Answer
|
|
Does C# support multiple inheritance?
|
View Answer
|
|
How do you inherit from a class in C#?
|
View Answer
|
|
What's the implicit name of the parameter that gets passed into the class' set method?
|
View Answer
|
|
Is it mandatory to implement all the methods which are there in abstract class if we inherit that abstract class..?
|
View Answer
|
|
What is the difference between const and static read-only?
|
View Answer
|
|
How to fill datalist usinf XML file and how to bind it,code behind language is c#
|
View Answer
|
|
WHAT IS THE ADVANTAGE OF SERIALIZATION?
|
View Answer
|
|
How we hand sql exceptions? What is the class that handles SqlServer exceptions?
|
View Answer
|
|
What is indexer? where it is used plz explain
|
View Answer
|
|
can we inherit the java class in C# class,how?
|
View Answer
|
|
We declare an integer variable 'x' in C# as
|
View Answer
|
|
A code block in C# is enclosed between
|
View Answer
|
|
To read user input from the console, the following statement is used
|
View Answer
|
|
The following is a correct call to the Main() function
|
View Answer
|
|
All the C# programs must have the following statement
|
View Answer
|
|
To write a line of text to the xonsole window, we make the following call
|
View Answer
|
|
There must be at least the following function in a C# program
|
View Answer
|
|
Every statement in C# must end in
|
View Answer
|
|
The C# code files have an extension
|
View Answer
|