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
State the relationship between Class and an Object?
The controls are fully loaded in which event?
What is the concept of CAS?
Briefly explain the use of web.config?
How we can prevent validation control from validating data at client end?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Write down a feature that is common to all the .NET languages?
Describe disconnected architecture of the ADO.NET's data access model?
Define the term DTD?
State how the changes made to the DataSet object are identified since it was last loaded?
18,76,764
1926624 Asked
3,689
Active Tutors
1455604
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!