Types of Inheritance
Explain the types of Inheritance.
Expert
Inheritance in OOPs is of four types,given as follows:
a) Single inheritance - Holds one base class and one derived class.
b) Hierarchical inheritance - Comprises of one base class and multiple derived classes of the same base class.
c) Multilevel inheritance - Has a class derived from derived class.
d) Multiple inheritance - Has several base classes and a derived class.
All .NET languages supports single, hierarchical, and multilevel inheritance. They do not support multiple inheritance since, in these languages, a derived class could not have more than one base class. Though, multiple inheritance in.NET can be implemented with the help of interfaces.
Explain MaskedTextBox control and what does the Mask property do?
Specify the process of execution for the managed code.
Explain about DataContext class and how is it associated to LINQ?
Briefly describe the term Microsoft Intermediate Language (MSIL)?
Name the class which is inherited when the ASP.NET server control is added to the Web form?
Write about features that are added in the .NET Framework 4.0.
Briefly explain about Web server controls in ASP.NET?
Briefly explain about PLINQ?
Briefly describe side-by-side execution and also explain whether two applications, one using the shared assembly and other private assembly be declared as side-by-side executables?
Write the difference between Select clause and the SelectMany() method in theLINQ?
18,76,764
1961422 Asked
3,689
Active Tutors
1439489
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!