Explain the process of abstraction with an example?


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

Post New Answer

More C Sharp Interview Questions

Which is faster abstract class or interface in c#?

0 Answers  


interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


What is the difference between const and static read-only?

0 Answers  


Can you use foreach iteration on arrays in c#?

0 Answers  


What is the .NET collection class that allows an element to be accessed using a unique key?

0 Answers   Siebel,


What?s a delegate?

2 Answers  


How do I do implement a assert?

0 Answers  


How to transpose rows into columns and columns into rows in a multi-dimensional array?

4 Answers   Microsoft,


Is Multiple-inheritance supported by c#?

0 Answers   Siebel,


What’s a strong name?

0 Answers  


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

0 Answers  


Is versioning applicable to private assemblies?

0 Answers   Arigo Infotech,


Categories