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.
Briefly describe about data type?
Write the chief features of the Cloud services?
What is the way to identify that a Page is Post Back?
How one can retrieve the customized properties of the .NET application from a XML .config file?
State the reason why workflows are based on the Extensible Models.
Explain the use of a toolstrip container?
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
State the concept of constructor?
Why the data validations should be performed at a client side?
Describe in brief regarding the visual basic?
18,76,764
1940841 Asked
3,689
Active Tutors
1442015
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!