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.
Explain DataReader object?
Explain the use of <sessionState> tag in a web.config file?
Define the term DTD?
Provide a detailed introduction on the Side-by-side execution. May two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executable?
Write the code to choose an item in a ListView control programmatically in the C#?
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
State the use of the Panel control? Does it is displayed at the runtime.
Explain the use of a toolstrip container?
Specify the function of the “SizeMode” property of the PictureBox control?
Is it possible to set which kind of comparison we want to perform by the CompareValidator control?
18,76,764
1928188 Asked
3,689
Active Tutors
1458820
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!