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.
What do you mean by the term Routed event?
Explain about DataContext class and how is it associated to LINQ?
Explain the use of Windows Installer.
State the main components of .NET Framework?
Illustrate the difference between the .dll extension and .exe extension files?
What is .NET Framework? Specify its applications?
Write the code to choose an item in a ListView control programmatically in the C#?
Write the use of MaxDate and MinDate properties of a MonthCalender control?
Explain the ASP.NET AJAX?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
18,76,764
1928178 Asked
3,689
Active Tutors
1437111
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!