What is the difference between mobile application and desktop application?


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

Post New Answer

More C Sharp Interview Questions

What is an inheritance in c#?

0 Answers  


What is the difference between virtual method and abstract method?

0 Answers  


Can we inherit a private class in c#?

0 Answers  


Explain what are the steps for creating clr trigger?

0 Answers  


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 virtual 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 }

1 Answers  






Explain the access modifiers in c#?

0 Answers  


What is Inheritance in C#?

0 Answers   B-Ways TecnoSoft,


What is difference between write and writeline?

0 Answers  


What happens during the process of boxing?

0 Answers  


What do you mean by jagged array?

0 Answers  


Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?

0 Answers  


Explain attributes in c#?

0 Answers  


Categories