About Virtual functions and their use ?
Answers were Sorted based on User's Feedback
Answer / belson gnana pradeep
Virtual methods those can be overridden and replaced by sub classes.
When working with virtual methods keep in mind datatype of
an object is used to determine the implementation of
the method to call, rather than the type of the variable
that refers to an object.
In C#, a base class must provide the "virtual" modifier for
any virtual method, and derived classes must provide the
"override" modifier for any overriden method inherited from
a base class.
In VB.NET, a base class must provide the "Overridable"
modifier for any virtual method, and derived classes may
provide the optional "Overrides" modifier for any overriden
method inherited from a base class
| Is This Answer Correct ? | 4 Yes | 0 No |
virtual is nothing but it is a keyword ,when we diclare a method with virtual key word in base class thet method must be overroden in derived class
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between namespace and class?
Is c# pass by value?
What are the 2 kinds of data type conversions in c#?
What is the Difference between read only and constant variables?
How does bitwise xor work?
Why we put script in head of asp.net page Why not in body?
Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..
What are modifiers in c#?
Say true or false,Private constructor have object or not?
What is tryparse c#?
What does assert() do in c#?
What is the main method in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)