Question: Which statement will you add in the function fun() of class B , if it is to produce the output "Welcome to IndiaBIX.com!" ?

Options

A : base.fun();

B : A::fun();

C : fun();

D : mybase.fun();

Click to view Correct Answer

Previous || Next

Inheritance - General Questions more questions

What will be the output of the C#.NET code snippet....

Which of the following can be facilitated by the Inheritance....

Which of the following statements should be added to the....

Which of the following statements are correct about the C#.NET....

What will be the size of the object created by....

What will be the output of the C#.NET code snippet....

Which of the following should be used to implement a....

Which of the following is correct about the C#.NET snippet....

In an inheritance chain which of the following members of....

Which of the following are reuse mechanisms available in C#.NET?

Attributes - General Questions more Online Exam Quiz

.NET Framework - General Questions

Enumerations - General Questions

Exception Handling - General Questions

Functions and Subroutines - General Questions

Interfaces - General Questions

Namespaces - General Questions

Operators - General Questions

Polymorphism - General Questions

Properties - General Questions