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 is the use of console readkey ()?

0 Answers  


What is the use of main method in c#?

0 Answers  


What is cosole application?

0 Answers  


What are the properties of string?

0 Answers  


What is dataadapter c#?

0 Answers  






What does this keyword mean in c#?

0 Answers  


If all code is written in a try block and write a catch block with Exception type Exception .In that scenario will all the exceptions catched by that catch block? or any exceptions which will not be caught?

3 Answers   Honeywell,


What?s the role of the DataReader class in ADO.NET connections?

2 Answers  


Can arraylist hold primitive types?

0 Answers  


Can hashset contain duplicates c#?

0 Answers  


how can i display crystal report in button_click? am working with VS2005..........plz help me

1 Answers  


How does dll hell solve in .net?

0 Answers  


Categories