Answer Posted / kanan
answer #2 is correct. You can not inherit structure because
it's sealed internally.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is indexer c#?
What is the difference between ref & out parameters in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What is data type c#?
What is executenonquery c#?
How to override a function in c#?
What's new in c#?
What are the benefits of using windows services:
Explain the difference between the debug class and trace class?
Can a static class contain non static members?
Can you pass parameters to destructors?
To catch any possible exception What is the C# syntax written ?
What are the steps to make an assembly to public?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
what is method overloading in c#?