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.
Why is XML InfoSet specification distinct from the Xml DOM? Explain what does the InfoSet attempt to resolve?
Name the different methods provided by a DataSet object to create XML?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Differentiate between Assembly and NameSpace?
Write about Windows Azure operating system.
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Whether XCOPY copies the system files and the hidden files or not.
In what way we can auto size the button to fit the text?
State various implementations of the LINQ?
Is it possible to create a Windows Service by using WPF?
18,76,764
1952068 Asked
3,689
Active Tutors
1433009
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!