• Home
  • About Us
  • Privacy Policy
  • Contact Us
  • Disclaimer
  • Terms and Conditions
MENU

LEARNING MANIA

Come, Learn & Grow

  • Programming Languages
    • Introduction to Programming
    • Machine Language
    • Assembly Language
    • High-Level Language
    • Fourth-Generation Language
    • Fifth-Generation Language
    • POP
    • OOP
  • Learn C
    • Introduction to C Language
    • Intro To C Programming
    • Operators in C
    • C Data Types
    • Control Statements in C
    • Array & Pointer in C
    • Dynamic Memory Allocation in C
    • Structure & Union in C
  • Learn C++
    • C++ Introduction
    • C++ Basics
    • OOPs in C++
    • Functions in C++
    • Function Overloading in C++
    • Structure in C++
    • Objects and Classes in C++
    • Constructors & Destructors in C++
  • Random

Deep Copy and Shallow Copy in C++

Nitish Sahni 28 February 1 Comment
Nitish Sahni
Deep Copy and Shallow Copy in C++ The definition of deep copy and shallow copy is given below: Creating a copy of object by copying data of...
Read More
What are initializer lists in C++?

What are initializer lists in C++?

Nitish Sahni 26 February Add Comment
Nitish Sahni
What are initializer lists in C++?   1. Initializer list is used to initialize data members of a class. 2. The list of members to be initial...
Read More

File Handling in C++ using Class

Nitish Sahni 21 February 1 Comment
Nitish Sahni
File Handling in C++ using Class You should know about data persistence and life of data inside a program before knowing about file handling...
Read More

Templates in C++

Nitish Sahni 16 February Add Comment
Nitish Sahni
Templates in C++ 1. The keyword ' template ' is used to define function templates and class templates in C++. 2. It is a way to ma...
Read More

Abstract Class in C++ with examples

Nitish Sahni 14 February Add Comment
Nitish Sahni
Abstract Class in C++ 1. A class containing at least one  pure virtual function is called an abstract class in C++ . 2. We cannot instanti...
Read More

Virtual Functions and Runtime Polymorphism in C++

Nitish Sahni 13 February Add Comment
Nitish Sahni
Points to know before gathering information about virtual function. Base class pointer can point to the object of any of its descendant clas...
Read More
Method Overriding or Function Overriding in C++

Method Overriding or Function Overriding in C++

Nitish Sahni 12 February Add Comment
Nitish Sahni
Method Overriding or Function Overriding in C++ In this tutorial you will come to know all about method overriding in C++,  method overloadi...
Read More
New and Delete Operator in C++

New and Delete Operator in C++

Nitish Sahni 11 February Add Comment
Nitish Sahni
New and Delete Operator in C++ 1. new operator is used to allocate memory dynamically at run time. This is called DMA ( Dynamic Memory A...
Read More
This Pointer in C++ with simple example program

This Pointer in C++ with simple example program

Nitish Sahni 10 February Add Comment
Nitish Sahni
This Pointer in C++ with simple example program Before knowing about ' this ' pointer in C++, let us first know about the object po...
Read More
Constructor and Destructor in Derived class in C++

Constructor and Destructor in Derived class in C++

Nitish Sahni 09 February Add Comment
Nitish Sahni
Constructor and Destructor in Derived class in C++ We know that constructor is invoked implicitly when an object is created. But do you thin...
Read More

Inheritance in C++

Nitish Sahni 08 February Add Comment
Nitish Sahni
Inheritance in C++ 1.  Inheritance is the process of inheriting behaviour and properties of existing class into a new class. 2. Inheritance ...
Read More
Subscribe to: Posts (Atom)

Email Subscription

Enter your email address:

Delivered by FeedBurner

Categories

  • Algorithm (1)
  • Computer-Program (5)
  • Dark-Web (1)
  • Deep-Web (1)
  • Dynamic-Memory-Allocation (1)
  • Earning Money Online (1)
  • Flowchart (1)
  • Geographic-Information-System (1)
  • GIS (1)
  • Learn-C (10)
  • Learn-CPP (38)
  • OOP (2)
  • Opcode-and-Operand (1)
  • POP (1)
  • Programming-Languages (9)
  • Progress-Learning (1)
  • Remote-Sensing (1)
  • Website (2)

Popular

  • Opcode and Operand
    Opcode and Operand This tutorial tells you all about opcode and operand. You will also come to know about different instruction cycles of in...
  • Constructor and Destructor in Derived class in C++
    Constructor and Destructor in Derived class in C++ We know that constructor is invoked implicitly when an object is created. But do you thin...
  • Introduction to Assembly Language
    This is a tutorial of Introduction to Assembly Language, You will know about assembly language and its various features. You will also know ...
  • GIS and Remote sensing
    What is Remote sensing and GIS? In this tutorial, You will learn all about GIS and remote sensing, the importance of remote sensing and GIS,...
  • What is Fifth Generation Language (5GL)
    A programming language is a computer language that is invented to communicate instructions to a machine especially a computer. Programming l...
  • What is Fourth Generation Language (4GL)
    What is fourth-generation language? Fourth-generation language is a non-procedural language which means that the programmer defines what has...
  • Dynamic Constructor in C++ with Examples
    Dynamic Constructor in C++ with Examples Constructor can allocate dynamically created memory to the object and thus object is going to use m...
  • Procedure Oriented Programming Definition
    Procedure Oriented Programming Definition Procedure oriented programming (or POP) is that way of programming in which there are different fu...
  • This Pointer in C++ with simple example program
    This Pointer in C++ with simple example program Before knowing about ' this ' pointer in C++, let us first know about the object po...
  • Inheritance in C++
    Inheritance in C++ 1.  Inheritance is the process of inheriting behaviour and properties of existing class into a new class. 2. Inheritance ...

Recent

Total Pageviews

Author

Nitish Sahni
View my complete profile

Report Abuse

Copyright © 2018-2023 Learning Mania . Privacy Policy . Sitemap . About Us . Contact Us . Terms & Conditions . Disclaimer