R
Q. Which of the following can be facilitated by the Inheritance mechanism? 1 Use the existing functionality of base class. 2 Override the existing functionality of base class. 3 Implement new functionality in the derived class. 4 Implement polymorphic behaviour. 5 Implement containership.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which is/are the correct method(s) to input a float value in C#?
Q. What will be the output of the following C# code, if the input is 123?
Q. What will be the output of the following C# code, if the input is 123?
Q. What is the difference between Console.Write() and Console.WriteLine() methods in C#?
Q. Correct way to assign values to variable ‘c’ when int a=12, float b=3.5, int c;
Q. Are generics in C# are same as the generics in java and templates in C++?
Q. How can you prevent inheritance from a class in C#.NET ?
Q. Two methods with the same name but with different parameters.
Discusssion
Login to discuss.