Is it possible to implement an interface to a structure? Is
it possible to extend a struct? Is it possible to inherit a
class to struct?
Answer Posted / mangesh
Yes!! It is definately possible to implement interface to
structure.
struct structure_name: interface_name
{}
Structure cannot be extended.
Class cannot be inherited to structure
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is throw in c#?
What are the 2 broad classifications of data types available in c#?
What is the implicit name of the parameter that gets passed into the class set method?
Can we have multiple constructors in a class c#?
What is an object and a class?
What is view state c#?
Do extension methods have to be static?
What are the Features in .net framework 1.1
What is thread life cycle in c#?
explain the three services model commonly know as a three-tier application.
Contrast System.String and System.Text.StringBuilder classes?
Is visual c# free?
What is difference between constants and readonly in c#?
What is inner class in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??