Why do we need abstraction in c#?


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

Post New Answer

More C Sharp Interview Questions

Which is faster dictionary or list?

0 Answers  


HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only

0 Answers   Petranics Solutions,


What is cls, cts and clr in net?

0 Answers  


What are collections in c#?

0 Answers  


What do you mean by synchronous and asynchronous operations?

0 Answers  






If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Which is executed if an exception has not occurred?

0 Answers   Siebel,


I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


How?s method overriding different from overloading?

4 Answers  


Can you specify nested classes as partial classes?

0 Answers  


If you define integer variable and a object variable and a structure then how those will be plotted in memory ?

1 Answers  


Is dll a library?

0 Answers  


Categories