No announcements
Found 153811 threads
-
1 Votes
interface
An interface can be implemented by a class.Answered | 4 Replies | 2109 Views | Created by Manish Kohale - Friday, July 20, 2012 1:38 PM | Last reply by Chris-von-der-Wiese - Friday, July 20, 2012 3:22 PM -
1 Votes
Interface
Current C# ...Answered | 9 Replies | 2275 Views | Created by Kumar Jalli - Thursday, May 31, 2012 7:25 AM | Last reply by Louis.fr - Thursday, May 31, 2012 1:13 PM -
0 Votes
Interface
Real Life Example IEnumerable Its probably one of the most common interfaces and almost all collection types support IEnumerable interface ...Answered | 3 Replies | 2938 Views | Created by bahushekh - Wednesday, April 13, 2011 10:11 AM | Last reply by spotty - Thursday, April 14, 2011 1:14 AM -
3 Votes
Interface
forum=csharpgeneral By the way there is not any difference between a C# interface and a VB interface.Answered | 15 Replies | 1025 Views | Created by Y a h y a - Friday, January 15, 2016 10:41 PM | Last reply by DA924 - Monday, January 18, 2016 6:11 PM -
2 Votes
Interfaces
In addition to Reed's comments, I have a few blog posts about Interfaces.Answered | 3 Replies | 1398 Views | Created by Tonchi91 - Tuesday, November 6, 2012 12:09 AM | Last reply by Tonchi91 - Tuesday, November 6, 2012 11:49 AM -
1 Votes
interface
An instance of this class can then be casted into the interface and access its methods.Answered | 5 Replies | 2618 Views | Created by Kumar Jalli - Wednesday, May 23, 2012 10:38 AM | Last reply by Jhansi HemaKumar - Monday, May 28, 2012 12:14 PM -
5 Votes
Interface
. ;) What does an interface do: it defines a contract or protocol for which various classes can all be used.Answered | 9 Replies | 1849 Views | Created by Mubasher Meher - Thursday, March 29, 2012 2:53 PM | Last reply by Eyal Solnik - Thursday, March 29, 2012 8:02 PM -
1 Votes
Interface?
A member of an interface is always public.Answered | 1 Replies | 1592 Views | Created by Lisyus35 - Wednesday, March 7, 2012 7:18 AM | Last reply by Adavesh - Wednesday, March 7, 2012 7:24 AM -
0 Votes
Interfaces
When you implement the interface, you don't have to use the same name for the property Zaza - you could call it GaGa or whatever you like.Answered | 3 Replies | 1648 Views | Created by lrantisi - Saturday, April 7, 2012 8:06 AM | Last reply by Cor Ligthert - Saturday, April 7, 2012 11:03 AM -
0 Votes
Interface
An interface is a Contract: A deal you make with a Type that you "talk" to it in a certain way.Answered | 3 Replies | 2775 Views | Created by Fabio Galante Mans - Friday, January 8, 2010 10:57 AM | Last reply by caspar kleijne - Friday, January 8, 2010 1:14 PM -
0 Votes
interface
An interface is a "point of interaction between components.Answered | 1 Replies | 4740 Views | Created by Gopi kakileti - Thursday, June 30, 2011 6:11 PM | Last reply by Reed Copsey, Jr - Thursday, June 30, 2011 6:44 PM -
1 Votes
Interfaces
Two additions to that, and for that too, it's the same in Java: 1) to implement an interface method returning an int, you need a method returning ...Answered | 3 Replies | 3719 Views | Created by Adrien_ - Monday, March 21, 2011 5:35 PM | Last reply by Louis.fr - Monday, March 21, 2011 6:05 PM -
0 Votes
Interface
>Where will I get the interface to transfer data from excel 2013 to Access 2013 What do you mean "Where will I get the interface "?Answered | 5 Replies | 502 Views | Created by assuredmo - Thursday, April 7, 2016 3:07 PM | Last reply by Andy ONeill - Sunday, April 10, 2016 5:27 PM -
0 Votes
Interface
Now Carbonite ( which I have been using for years now) says: Carbonite user interface is required.Answered | 1 Replies | 1366 Views | Created by psaywell - Saturday, August 29, 2015 7:22 PM | Last reply by Dave Patrick - Saturday, August 29, 2015 7:32 PM -
0 Votes
Interface query
Either that or if the consumer of the interface will know the type you could make the interface or interface method generic public ...Answered | 2 Replies | 3098 Views | Created by Paul_0101 - Wednesday, February 11, 2009 10:41 AM | Last reply by Paul_0101 - Wednesday, February 11, 2009 3:07 PM -
0 Votes
Interface related
This is the old abstract class and interfaces question.Answered | 4 Replies | 608 Views | Created by Kunal Gaikwad - Saturday, October 31, 2015 7:26 AM | Last reply by Christopher84 - Saturday, October 31, 2015 8:17 PM -
1 Votes
Interface doubt Same method names -- Explicit interfaces
"then Circle interface area method will also be invoked?Answered | 9 Replies | 1834 Views | Created by Nagasundar TN - Thursday, November 22, 2012 2:05 PM | Last reply by Nagasundar TN - Monday, November 26, 2012 3:03 PM -
0 Votes
Interfaces and override
Nothing guarantees that a developer will not just right-click on the interface, choose "implement the interface" and add nothing.Answered | 7 Replies | 9317 Views | Created by Captain Kernel - Friday, October 1, 2010 1:52 PM | Last reply by Louis.fr - Sunday, October 3, 2010 6:01 AM -
3 Votes
method in interface
David, you mean C# does not allow declare non-public member in interface or it is not best practice to declare non-public member in interface?Answered | 38 Replies | 5230 Views | Created by George2 - Monday, October 27, 2008 7:23 AM | Last reply by Rudedog2 - Thursday, October 30, 2008 8:39 PM - Items 1 to 20 of 153811 Next ›
No announcements