How do you inherit from a class in C#?



How do you inherit from a class in C#?..

Answer / guest

Place a colon and then the name of the base class. Notice
that it?s double colon in C++.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What?s the difference between <c> and <code> XML documentation tag?

1 Answers  


Is xml tags are case sensitive?

0 Answers  


What is reference types in c#?

0 Answers  


How do you inherit a class into other class in c#?

0 Answers  


What are the three types of operators?

0 Answers  


What is the difference between protected and internal in c#?

0 Answers  


What does == mean in c sharp?

0 Answers  


What do you mean by string objects are immutable?

0 Answers  


Explain dataadapter.update method in .net?

0 Answers  


How does the lifecycle of Windows services differ from Standard EXE?

0 Answers   Siebel Systems,


What is the difference between a method and a property?

0 Answers  


Can we create instance of private class in c#?

0 Answers  


Categories