Can we override interface method?



Can we override interface method?..

Answer / Gaurav Agrawal

Yes, you can override an interface method in a class that implements the interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is functional interface runnable?

1 Answers  


What is the resgen.exe tool used for?

1 Answers  


what optimizations does the c# compiler perform when you use the /optimize+ compiler option?

1 Answers   4Cplus,


What are callback methods in c#?

1 Answers  


What is platform independence"?

1 Answers   DELL,


Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar

1 Answers  


What does void mean unity?

1 Answers  


Why do we use lambda expression in c#?

1 Answers  


What is variable in c#?

1 Answers  


What are handlers in c#?

1 Answers  


What is the namespace for the thread class?

1 Answers  


Why can’t struct be used instead of class for storing entity?

1 Answers  


Categories