Answer Posted / ankita
Structures are not inheritable by classes b'coz a structure
is used to create our own data types (user defined data types).
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me the difference between call by value and call by reference.
what is IFormatable
Can we override interface methods in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is the difference between “constant” and “readonly” variables in c#?
What is lazy in c#?
Is vs as c#?
What is string interpolation in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What’s thread.sleep() in threading ?
Differentiate between dataset and datareader?
How do I trim a space in c#?
Is c# good for games?
What are the Features in .net framework 1.1
What will be the output of the following code?