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.
What are the various ideas given by delegate? Describe in brief.
Define the function of a ViewState property?
State the role of ScriptManagerProxy control?
Write the difference between globalization and localization?
What can be inferred from the term Methods?
What is the EventLog class?
Explain about the UpdatePanel control.
What are the layouts of ASP.NET Pages?
What is meant by the Managed Extensibility Framework?
Illustrate the terms Authorization as well as Authentication?
18,76,764
1957517 Asked
3,689
Active Tutors
1459798
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!