Syntax to inherit a class in C#
Specify the syntax which is be used to inherit from a class in C#?
Expert
Whenever a class is derived from the other class, then all members of the base class become the members of the derived class after it inherits the class. Access modifier are used while accessing members of the base class specifing the access status of the base class members inside derived class.
The syntax used to inherit a class from another class in C# is as follows:
class MyNewClass : MyBaseclass
Explain the term Cloud Computing?
State various limitations of the AJAX.
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
Explain the use of Role-based security?
Differentiate between the HyperLink control and the LinkButton control?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
List the services which are offered by the Window Azure operating system?
What do you mean by the term base class of .net?
Describe ExpandoObject and DynamicObject classes.
18,76,764
1947451 Asked
3,689
Active Tutors
1456163
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!