Buy Questpond's video subscriptions on
huge discount
.
Online: 7370
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
Can we override the ToString() method
Posted by
deccansoft
on 9/27/2010 | Category:
C# Interview questions
| Views: 2676
Yes,the ToString() method is by default a Virtual method in the Object
class and we can override it and return any other value according to our
requirement.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
Is "insertion" and "deletion" possible using Array ...
Next question > :
When do we use HASH TABLE and when we use HASH MAP
Comments or Responses
Login to post response
More Interview Questions
When do we use HASH TABLE and when we use HASH MAP
In a Hashtable _______ must be unique, but ______ need not be unique.
Can an arraylist accept duplicate elements
How is dictionary entry added to Hash table
What is the default capacity of an arraylist
can we have insert method in HashTable
what is the advantage of TrimToSize in array list
What are Nested Types in Generics