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

list the steps in code compilation in c#?

0 Answers  


What is a template class?

0 Answers  


What does typeof return c#?

0 Answers  


What is a Assembly?

0 Answers   UGC Corporation,


How can encapsulation be achieved?

0 Answers  






What is the partial class in C# What is the use of partial class in C#?

6 Answers   CTS,


What is .cshtml file?

0 Answers  


Suppose two interfaces have same method, so how will you implement these methods in derive class?

0 Answers  


What is argument in c#?

0 Answers  


If c# destructors are so different to c++ destructors, why did ms use the same syntax?

0 Answers  


Explain the process of Serialization?

0 Answers  


What is a partial method?

0 Answers  


Categories