Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8642979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:54:59+00:00 2026-06-12T11:54:59+00:00

I was reading about prototype-based languages and this doubt comes into my mind: Is

  • 0

I was reading about prototype-based languages and this doubt comes into my mind:

Is .NET Object Creation ex nihilo (“from nothing”) and so allow new objects to be created from scratch? Or, instead, is .NET object creation based on cloning from an existing object (i.e. Object) as the cloning prototype for new object creations?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T11:55:00+00:00Added an answer on June 12, 2026 at 11:55 am

    The most basic objects in .Net have no user-wise data, only some internal platform’s information about their type and in-memory location of their actual data. From the user’s (developer’s) point of view, they ‘just exist’ and they only differ in their ‘identity’. Their class cannot be extended in any way. I do not see any point in cloning anything.

    More complicated objects are derived from something, and ultimately are derived from the base object. There is no copy-construction and no deep-copying semantics in .Net, so at the level of non-basic objects, there still is no point in cloning anything.

    At the level of metadata, each object carries information about what class(es) does it belong to. The metainformation is shared, and all objects of the same class just point to the shared metainformation. Still no point in cloning anything.

    Thus, I’d be very surprised if the object creation was done in a prototype-cloning fashion. I do not know with absolute certainity, but I bet that it is not. I’m alsmost sure that object creation is just allocation of small memory block and maybe setting a few pointers inside its header.

    It certainly is verifiable if someone *ngen*s some code and disassembles it to see how new() operator works 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was reading about enumeration examples in Java from this page. In the first
Reading about Kohana templates and saw something I've never seen before: $this->template->title = __('Welcome
Reading about Django, I saw this: http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#ref-contrib-admin - the fancy simple to use admin
After reading about the defer attribute at mdn This Boolean attribute is set to
I've been reading a lot about this problem but I get nothing that suggests
I'm reading about the mixin pattern in javascript and I encountered this piece of
while reading about declare construct from php manual i tried the following example using
I was reading about the new JavaScript-like language from Microsoft called TypeScript . In
Reading about the GitHub wikis, I saw that they support several lightweight markup languages
I've been doing some reading into designing template code have a question about it.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.