Answer Posted / nisha mac
yes you can declare the property inside interface but
implementation is mandatory otherwise it will throw error at
buid time saying you need to implement it.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is the difference between dictionary and hashtable in c#?
What exactly is serverless?
What are the 3 elements of delegation?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
Can you create an instance of a static class?
Which are the loop types available in c#?
Is for loop faster than foreach?
Explain the process of inheriting a class into another class?
What are the properties of string?
What is bit in c#?
Difference between directcast and ctype.
Is post back in c#?
What is the difference between class and namespace?
Can abstract class be instantiated c#?