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 about the AppFabric component?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
State what are Collections and Generics?
Explain Lazy Initialization?
State the two most important categories which distinctly categorize variables of C# programs.
Illustrate the terms SESSION as well as APPLICATION object?
Briefly describe about the XML elements.
How can we check that whether all the validation controls on the Web page are valid and proper?
Explain State Management? List the ways to maintain the state in .NET?
List out the attributes of an Interface.
18,76,764
1931535 Asked
3,689
Active Tutors
1458277
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!