What are some examples of desktop applications?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Are all methods virtual in c#?

0 Answers  


How do you convert byte array to hexadecimal string, and vice versa?

0 Answers  


write the Syntax for Function or Method Overriding?

5 Answers   HCL,


What is array class in c#?

0 Answers  






What is an assembly qualified name

0 Answers  


Define a partial class?

0 Answers  


Can a class be protected in c#?

0 Answers  


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

0 Answers   Siebel,


what is method overloading in c#?

0 Answers   Arigo Infotech,


Hi, Can we implement the Abstract class on interface in c#, If yes then provide the code implementation

1 Answers   RHR, Wipro,


What is GAC?

1 Answers   Cognizant,


Categories