Types of Constructors    Three types of constructors are discussed  below  Please click on the link below which you want to study       1-...
 Read More 
Overloading Constructors
  Overloading Constructors    CONCEPT     Multiple constructors  with the same name may exist in a C++ program, as long as their parameter l...
 Read More 
Constructors
  Constructors      CONCEPT      A constructor is a member function that is automatically called when a class object is created.     EXPLANA...
 Read More 
Use of Scope Resolution Operator
  Use of Scope Resolution Operator    Before reading this please go through my last Post  Click here to view  .   1 / /  This program demons...
 Read More 
Defining Member Functions
  Defining Member Functions    CONCEPT     Class member functions can be defined either inside or outside the class  declaration.     EXPLAN...
 Read More 
Accessing an Object’s Members
  Accessing an Object’s Members    Public members of a class object are accessed with the dot operator .  For example , the following statem...
 Read More 
Introduction to Objects
  Introduction to Objects    CONCEPT     Objects are instances  of a class. They are created with a definition statement after the class has...
 Read More 
Access Specifiers
  Access Specifiers    The class declaration looks very much like  Figure Below  with the addition of two key words, private and public. The...
 Read More 
Introduction to Classes
         Introduction to Classes    Basic Concept     In C++, the class is the construct primarily used to create objects.     Explanation  ...
 Read More 
Object-Oriented Programming
  Object-Oriented Programming       Basic concept:      Object-oriented programming is centered around objects that encapsulate  both data a...
 Read More 
Computer Program
  Computer Program    CONCEPT   A program is a set of instructions a computer follows in order to performa task. A programming language is a...
 Read More 
Programming Languages
  Programming Languages    In a broad sense, there are two categories of programming languages:     low-level and highlevel.    A low-level ...
 Read More 
Computer Software
  Computer Software   As previously mentioned, In the Last Article software refers to the programs that run on a computer.  There are two ge...
 Read More 
Input And Output Devices
 Input Devices    Input is any information the computer collects from the outside world. The device that collects the information and sends ...
 Read More 
Secondary Storage
  Secondary Storage    Secondary Storage    Secondary storage is a type of memory that can hold data for long periods of time—even  when the...
 Read More 
More on Computer Hardware | The CPU
  CPU        The CPU   At the heart of a computer is its central processing unit, or CPU. The CPU’s job is to fetch instructions, follow the...
 Read More 
Computer's main memory
    Computer's main memory      Main Memory     Commonly known as random-access memory,  or RAM , the computer’s main memory is a device...
 Read More 
Computer Systems: Hardware
  Computer Systems: Hardware    CONCEPT     All computer systems consist of similar hardware devices and software components. This section p...
 Read More 
Why Program?
  Why Program?    CONCEPT     Computers can do many different jobs because they are programmable.      EXPLANATION     Every profession has ...
 Read More 
Subscribe to:
Comments (Atom)