Forum

Object in C++ Programming Language

This thread contains 1 reply, has 2 voices, and was last updated by Nitesh User Do not delete 5 years ago.

  • Author Replies
    • #55575

      What is an Object in C++ Programming Language?


    • #55577

      A class provides the blueprints for objects, so basically an object is created from a class.

      An instance of the class is called an Object.

      When a class is defined, no memory is allocated but when it is instantiated (i.e. an object is created) memory is allocated.

      For Example:

      class Table
      {
      public:
      double length; // Length of a table
      double height; // Height of a table
      };

      Below statements declare two objects of class Table

      Table Table 1; // Declare Table1 of type Table
      Table Table 2; // Declare Table2 of type Table


      Regards,
      Nitesh Bavishiya

Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha