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.
Illustrate some of the points regarding CustomControls in WPF?
Write the main difference between UnBoxing and boxing.
Illustrate the terms SESSION as well as APPLICATION object?
Define the term Enumeration?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
Elucidate Role based security?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
How one can create the ellipse, which is the non- rectangular window?
Write about the Dynamic update?
Explain Common Type System (CTS)?
18,76,764
1929099 Asked
3,689
Active Tutors
1444500
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!