Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is Satellite Assemblies ?

0 Answers   MCN Solutions,


Why does my windows application pop up a console window every time I run it?

0 Answers  


What is the different types of private assembly and shared assembly?

0 Answers  


What is the difference between an integer and int?

0 Answers  


Can we return two values from a function?

12 Answers   MD Synergy,


What are the two uses of a ‘using’ statement in c#?

0 Answers  


What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?

0 Answers  


What is the execution entry point for a c# console application?

0 Answers  


what is collections in .net? why we use?

0 Answers  


Can mvc be used for desktop applications?

0 Answers  


Is it possible to inherit multiple interfaces?

0 Answers   Siebel,


How many catch blocks can be there for a single try block?

5 Answers   Clover, HCL,


Categories