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 9220627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:23:40+00:00 2026-06-18T03:23:40+00:00

Consider we are having a class as show below public class Hotel { public

  • 0

Consider we are having a class as show below

public class Hotel
{
    public List<Room> lstRooms;
    public List<Room> objLstRoom = new List<Room>();
}

If I create an object for this Hotel class,

  • What would be the difference between these two variables in that object?
  • Since list would be empty initially, what would have been stored in it?
  • 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-18T03:23:42+00:00Added an answer on June 18, 2026 at 3:23 am

    lstRooms Will be null, objLstRoom will be an empty List<Room>, no elements.

    This means for example, that lstRooms.Add(new Room()) will throw a null reference exception, objLstRoom.Add(new Room) will just work.

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

Sidebar

Related Questions

Consider this: class FluffyThing { public: FluffyThing() { m_pMyFur = new Fur; } virtual
Please consider this site . I'm having trouble stretching the submenu list items in
I am having trouble finding an answer to this. Consider the clipping code below:
Consider this stripdown class: class foo { private $fooVar; public getFooVar(){ } } $fooObj
I am having problems making a copy constructor. Consider the code below: In List.h
Consider the below: #include <iostream> public ref class TestClass { public: TestClass() { std::cerr
Consider this code: public class MyClass() { public MyClass() { } public DoSomething() {
Consider this example: public interface IAccount { string GetAccountName(string id); } public class BasicAccount
Consider the MouseListener below. My question is this: is having the extra features that
I am using Hibernate 4.1 and Spring 3.1. Consider the following User class having

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.