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 WebParts controls in ASP.NET and in what way we can provide WebParts control functionality to the server control?
Explain about the Take and Skip clauses?
Explain MaskedTextBox control and what does the Mask property do?
Name and describe some of the exclusive characteristics which are present in the VB?
What is AccordionExtender control?
Illustrate the meaning of data encapsulation?
State the reason why workflows are based on the Extensible Models.
Briefly describe deployment?
Explain some of the versions of .NET?
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
18,76,764
1958189 Asked
3,689
Active Tutors
1451675
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!