Different types of inheritance
Illustrate different types of inheritance?
Expert
OOP contains four types of inheritance:
i. Single inheritance – It contains one derived class and one base class . ii. Hierarchical inheritance – It contains multiple derived classes of a similar base class and one base class iii. Multilevel inheritance – It contains a class derived from the derived class iv. Multiple inheritance – It contains many base classes and the derived class
All .NET languages hold single, hierarchical, and multilevel inheritance. They do not support multiple inheritances since in these languages; the derived class cannot contain more than single base class. Though, we can apply multiple inheritance in .NET through interfaces.
Explain abstract classes and List the different characteristics of an abstract class?
Briefly explain ADO.NET and its features?
State the two most important categories which distinctly categorize variables of C# programs.
Explain about the DataAdapter class in ADO.NET.
Name the different types of authentication techniques which are used in the connection strings to connect the .NET applications with the Microsoft SQL Server?
What is the duration for items stored in the ViewState?
State the reason why workflows are based on the Extensible Models.
State the purpose of DataView?
List the services which are offered by the Window Azure operating system?
Illustrate some of the points regarding UserControl in WPF?
18,76,764
1957940 Asked
3,689
Active Tutors
1414158
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!