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.
State the components of WF 4.0?
State different Visual Basic features which provide support to the LINQ?
Write the syntax to declare the namespace in the .NET and in VB?
Write the difference between Arrays and Collection?
State some of the different ways in order to pass parameters to the server?
Explain the difference between the global theme and the page theme?
Distinguish the terms Asp.net and Vb.net?
Explain about the XML elements.
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Illustrate types of Session state management options available with ASP.NET?
18,76,764
1927175 Asked
3,689
Active Tutors
1411758
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!