What is the Difference between Overriding and overloading?
Answer Posted / anu
overloading-------having same function name but with
different signatures.
overriding--------function name and signatures must be same.
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
Explain global assembly cache (gac)?
Define naming convention?
Explain convert.tostrin?
How a base class method is hidden?
Can you please explain the difference between thread and process?
What is different between web.config and machine.config and where it will be ?
What is deep copy?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are the advantages of migrating to vb.net?
What is econo-jit?
What is the top .net class that everything is derived from?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Which control is an example of an object in vb net?
What is code access security?
What is late binding?