473,326 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

intefaces

hi friends,i have question to ask you,
what an interface can contain,
i learned that interface can contain method declarations
doubt: interface can contain delegates and events.please clarify my
doubt

Sep 16 '07 #1
1 1269
rajendra wrote:
hi friends,i have question to ask you,
what an interface can contain,
i learned that interface can contain method declarations
No, it can't. It can contain method signatures.
doubt:
You mean question? ;)
interface can contain delegates
No.
and events.
Yes.
>please clarify my
doubt
To clarify: It's not a doubt, it's a question. ;)

Interfaces can contain signatures of:

:: Methods
:: Properties
:: Indexers
:: Events

--
Göran Andersson
_____
http://www.guffa.com
Sep 16 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Guillermo | last post by:
Hi All, hope you can help me.. Does anyone know how can I query an object for the intefaces it supports?? I mean, If I receive an object by means of a method, and It is of "Object" type,...
6
by: Paul | last post by:
In real life situation, do we ever come across a situation where we would need two base objects in an object. A snippet is worth 1000 words (: so... class Base { }; class Derived1:public Base...
30
by: Vla | last post by:
why did the designers of c++ think it would be more useful than it turned out to be?
1
by: User Axes Dean Eyed | last post by:
The following statement does not yield what I expect it to: var txtNode = document.createTextNode("ESI−"); txtNode holds a value of "ESI−" instead of "ESI-" where '-' is the...
8
by: rmacias | last post by:
I am maintaining an application that was writting in VB6 and has VBA 6.2 integrated into it. The VBA SDK allows the users of the application to generate VBA projects and scripts to gain access to...
4
by: Steve | last post by:
C# .Net My application is a one window one world one love, type of affair. There are the occasional pop up screens, but in the main it is one window, and all screens are displayed within this...
19
by: Taras | last post by:
I wrote following program: #include <stdio.h> main() { FILE *file; file=fopen(d:\readme.txt,"r"); if (file==NULL)
1
by: JPorter | last post by:
I can't seem to get a custom interface to be recognized/implemented in another namespace than the one it was created in. I have the references done right (I think) and the using statement is in. I...
0
by: rajendra | last post by:
hi friends,i have question to ask you, what an interface can contain, i learned that interface can contain method declarations doubt: interface can contain delegates and events.please clarify my...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.