Buy Questpond's video subscriptions on
huge discount
.
Online: 11125
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
>
Forums
>
Regular Expressions
>
Loading ...
why all the types derived from object
Posted by
Jameschowdare
under
Regular Expressions
on 1/30/2010 | Views : 2021 | Status :
[Member]
| Replies : 1
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
class a
{
}
now above class a has inherited from default from object.
now class b inherits class a now (class b has which type it has(multiple)or(multi level)
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
RtpHarry
on: 1/31/2010
[Member]
[MVP]
Bronze
0
I am not sure what your exact question is but all of the classes in .net are inherited from a common Object data type to make it easy for you to convert data between each others types. The .ToString() method comes from the Object data type and all classes in the .net library must implement a ToString() which makes it easy to represent it and allows for possibilities such as serialization.
More details are in this article:
http://www.blackwasp.co.uk/ObjectClass.aspx
What did you mean by the class a / class b stuff you said?
Jameschowdare
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...