Searching for: Namespace in C++
Pointers
Language: C++

To store a reference is to store an address in the memory of a variable. A pointer is a variable itself and has a value whereas a reference only has a variable that it is referencing.

Constructor
Language: C++

A constructor is a special method that builds the instance of an object when a new object is created.

Inheritance
Language: C++

Inheritance is used to inherit another class' members, including fields and methods. A derived class inherits a base class' members.

Read from Text File
Language: C++

Used to read from a text file.


< Previous Page   |