Explain About multi level and multiple inheritance how to achieve in .net


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

Post New Answer

More C Sharp Interview Questions

What is cli in c#?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  


What is the use of tryparse in c#?

0 Answers  


How does a while loop work?

0 Answers  


What is parse method in c#?

0 Answers  


What are the different types of assembly?

0 Answers  


What is the advantage of static class in c#?

0 Answers  


What is iqueryable in linq?

0 Answers  


How do you escape a character?

0 Answers  


What is private constructor c#?

0 Answers  


How do you name a variable in c#?

0 Answers  


Categories