How do you inherit from a class in C#?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain when should you call the garbage collector in .net?

583


What are strong name assemblies?

641


Are all methods virtual in c#?

620


In C#, explain the difference between overloading and overriding.

644


What is dapper in c#?

542






Overloaded constructor will call default constructor internally?

664


what is a enumeration in c#

657


How many parameters can a method have c#?

561


Why do we need serialization?

536


What is difference between override and new in c#?

590


How to create events for a control? What is custom events? How to create it?

625


What is the difference between method and constructor in c#?

550


How many constructors can a class have c#?

561


What is a value type in c#?

585


Explain nullable types in c#?

625