In all methods of an interface should be derived?

Answers were Sorted based on User's Feedback



In all methods of an interface should be derived?..

Answer / chandan

yes,which class inherits the interface,there should be
definition for all methods fo interface

Is This Answer Correct ?    18 Yes 0 No

In all methods of an interface should be derived?..

Answer / vishal

Please ignore my previous response.
Whenever a class implements any interface, it has to
necessarily implement all the methods of the interface.

Is This Answer Correct ?    3 Yes 0 No

In all methods of an interface should be derived?..

Answer / sujai cn

If an interface is impemented by a class then all the
methods in interface has to be implemented , but if we use
an abstract class to imlplement the interface then some or
all of methods may not be implemented it has to be noted
that the in derived classes of this abstract class has to
implement the methods which are not implemented in the
abstract base class.

Is This Answer Correct ?    2 Yes 2 No

In all methods of an interface should be derived?..

Answer / vimal

No Need

Is This Answer Correct ?    0 Yes 1 No

In all methods of an interface should be derived?..

Answer / vishal

Implementing an interface doesn't necessarily mean
implementing all methods of that interface.

Is This Answer Correct ?    1 Yes 10 No

Post New Answer

More C Sharp Interview Questions

write a c# program add two matrix with input number ?

0 Answers   Wipro,


What is difference between value and reference types ?

4 Answers   Accenture,


What does console readline do?

0 Answers  


what is object-oriented programming (oop) language?

0 Answers  


What is static and use of it?

0 Answers  






What is a base class in C#?

0 Answers   TryTechnicals Pvt Ltd,


What does console readline do in c#?

0 Answers  


How many bytes is a long c#?

0 Answers  


Can you create enumerated data types in C# ?

1 Answers  


what is the difference between passing a value object by reference and a reference object by value?

4 Answers   TCS,


What is meant by clr?

0 Answers  


Can we customize the serialization process?

0 Answers  


Categories