What are virtual methods? How are they used?
Answers were Sorted based on User's Feedback
Answer / betty
virtual methods is applied in polymorphism. When you declare
a method as virtual, you can override the method in another
class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chinju
virtual methods are methods that do not really exists but
act as exist in some part of a program.Keyword virtual is used.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / chandana
virtual methods are method definitions without
implementations specified. Such methods are a part of
abstract classes, which can not be instantiated. Any non-
abstract child class must provide implementation for these
classes.
| Is This Answer Correct ? | 1 Yes | 7 No |
How to install or uninstall a windows service?
What is yield keyword?
Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.
There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.
What is the purpose of abstract class in c#?
Why static constructor is parameterless in c#?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
How do you sort a list in c#?
What are data types examples?
What is console based application?
What does assert() do?
Describe an interface class?
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)