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
Explain Constructor and destructor?
What are get and set in c#?
What is difference between property and variable in c#?
What is difference between the "throw" and "throw ex" in .net?
What is JIT (just in time)? how it works?
When is a class declared as a class abstract?
How to reduce image resolution in C#?
What is the use of protected in c#?
List down the differences between “dispose” and “finalize” methods in c#.
What is difference between ienumerable and list in c#?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
Does c# support const methods, properties, or events?
What is parseexact c#?
Is list ienumerable c#?
Which controls do not have events?