Download
100% FREE
Office Document APIs for .NET
Online: 539
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
How to declare methods into an Interface
Posted by
SheoNarayan
on 5/8/2008 | Category:
C# Interview questions
| Views: 8469
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
void Calculate();
int Insert(string firstName, string lastName, int age);
Interface doesn't contain implementation so methods implementation will be written into class inherting this interface.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How to load assembly from GAC?
Next > :
How to declare a property in an Interface?
Comments or Responses
Login to post response
More Interview Questions by SheoNarayan
How to declare a property in an Interface?
How to declare a property in a class?
Write code for a html table that will have one row and one column?
What is StringCollection?
What is the full form of URI, URL, URN?
What is XML?
What is Document Type Definition (DTD)?
What is DOM?
Latest Interview Questions
What is the location of Global Assembly Cache on the system.
What's the difference between private and shared assembly?
Can you place two .dll files with the same name in GAC (Global Assembl ...
Can you edit data in Repeater control?
What is DOM?
How to make sure that despite using validation control on your.aspx pa ...
What is typed dataset ?
What is the use of CommandBehavior.CloseConnection?
More ...