what are the differences b/w structure and class?
Answer Posted / abhay k pandey
Structs many have constructors but they should not be
parameterless. Structs performs alomost all the tasks of a
class but differs at some points - structs don't support
inheritance hence there is no protected keyword with
structs. Note : still struct inherit from System.Object
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What's the c# syntax to catch any possible exception?
Explain about c# language.
What is the max value of int32 in c#?
What are the types of inheritance in c#?
What is the difference between inheritance and abstract class?
What is this keyword in C#?
Is and as keyword in c# net?
Does c# have its own class library?
What is .cshtml file?
What is the extension of c# file?
What is the use of system.environment class in c#.net?
What are the Types of configuration files and their differences
What is the difference between list and arraylist c#?
Explain About .NET Remoting and types of remoting
What is an object and a class?