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.
Write down some of the Features of WPF in brief.
List out the attributes of an Interface.
Briefly describe about variable.
How submaster page is differ from the top-level master page?
Describe in brief regarding the Visual basic.NET?
Describe DataReader object?
Write the main difference between a RichTextBox and TextBox control.
Name and describe some of the exclusive characteristics which are present in the VB?
By how many ways you can instantiate a tuple?
Illustrate the term event bubbling?
18,76,764
1953145 Asked
3,689
Active Tutors
1415166
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!