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.
Define Server-side scripting and Client-side scripting?
What is Custom Activities?
Explain the difference between the global theme and the page theme?
Explain how is docking different from the anchoring?
Write the name of event which determines that all controls are completely loaded into the memory?
In what way we can enable the text box to modify its characters format for a user to enter the password?
When.NET was developed?
Differentiate between the Finalize() and Dispose()?
Explain about the Native Image Generator?
Is it possible to declare a private class in a namespace?
18,76,764
1922722 Asked
3,689
Active Tutors
1458090
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!