Interview Questions: Implement Same Name Method of two Interfaces in a Class using C#
-
This is most famous question in OOPs programming. if you have two
interfaces and driving a class and these two interfaces have the same name
method then ...
c# net, c# string, c# array, c# class, c# code, c# for, c# using, visual c#, c# form, c# xml, windows c#, c# application, c# is, c# object, c# example, vb.net c#,c# datetime, c# method, c# thread, c# type
Friday, September 25, 2009
The switch Statement in C#
The switch expression must be of an integer type, such as char, byte, short, or int, or of type string. The switch Statement is a set of if else statement .The default statement sequence is executed if no case constant matches the expression. The default is optional.If default is not present, no action takes place if all matches fail.When a match is found, the statements associated with that case are accomplished until the breach is encountered.
Subscribe to:
Post Comments (Atom)
Website Update
-
-
TreeView Checkbox Click on PostBack - The TreeView control admitted in ASP.Net 2.0 is lacking an option to cause a postback due to a user checking/unchecking a checkbox on a tree node. It wou...
-
SharePoint Document Management - Problems and Resolutions - Document management and participation are the most important features of Windows SharePoint Services. You can use these features to generate, manage and ...
-
Software Testing : An Overview of Framework Engineering - [image: Software Testing : An Overview of Framework Engineering] Framework engineering is something which has been comprises of so many things in order t...
0 comments:
Post a Comment