Answer Posted / ajay
structure are not inherited.Because structure are valutype
and class is reference type.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Can you specify an access modifier for an enumeration?
What is instantiating a class in c#?
Can abstract class have constructor c#?
What is the difference between a method and a property?
From which base class do all Web Forms inherit from?
Is c# and .net same?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is the difference between const and static read-only?
Can we create instance of private class in c#?
What is the difference between console application and windows application?
Explain About Global.asax
Explain the difference between access specifier and access modifier in c#?
Define encapsulation?
What are assemblies?
What is icomparable in c#?