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.
Name the different methods provided by a DataSet object to create XML?
List out the difference between the “dynamic” and “var” data types?
Illustrate the use of CommandBuilder class?
Explain the use of a toolstrip container?
Write the code to choose an item in a ListView control programmatically in the C#?
Explain about the Native Image Generator?
By how many ways you can instantiate a tuple?
Write down the main core services of WWF runtime in brief.
Write differences between Int32 and Int.
Write down the different ways of hosting the WCF service?
18,76,764
1927235 Asked
3,689
Active Tutors
1420080
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!